We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c48d9 commit 0bbce65Copy full SHA for 0bbce65
1 file changed
README.md
@@ -514,13 +514,13 @@ MediaWiki-based sites:
514
{| class="wikitable" style="text-align: left;"
515
|+ <!-- caption -->
516
|-
517
-! item !! align="right"| qty
+! item !! style="text-align: right;"| qty
518
519
-| spam || align="right"| 42
+| spam || style="text-align: right;"| 42
520
521
-| eggs || align="right"| 451
+| eggs || style="text-align: right;"| 451
522
523
-| bacon || align="right"| 0
+| bacon || style="text-align: right;"| 0
524
|}
525
```
526
0 commit comments