aboutsummaryrefslogtreecommitdiff
path: root/tests/tables.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tables.markdown')
-rw-r--r--tests/tables.markdown30
1 files changed, 15 insertions, 15 deletions
diff --git a/tests/tables.markdown b/tests/tables.markdown
index 21fb015bc..4e05cdc35 100644
--- a/tests/tables.markdown
+++ b/tests/tables.markdown
@@ -1,28 +1,28 @@
Simple table with caption:
- Right Left Center Default
- ----------- ------ ------------ ---------
- 12 12 12 12
- 123 123 123 123
- 1 1 1 1
+ Right Left Center Default
+ ------- ------ -------- ---------
+ 12 12 12 12
+ 123 123 123 123
+ 1 1 1 1
Table: Demonstration of simple table syntax.
Simple table without caption:
- Right Left Center Default
- ----------- ------ ------------ ---------
- 12 12 12 12
- 123 123 123 123
- 1 1 1 1
+ Right Left Center Default
+ ------- ------ -------- ---------
+ 12 12 12 12
+ 123 123 123 123
+ 1 1 1 1
Simple table indented two spaces:
- Right Left Center Default
- ----------- ------ ------------ ---------
- 12 12 12 12
- 123 123 123 123
- 1 1 1 1
+ Right Left Center Default
+ ------- ------ -------- ---------
+ 12 12 12 12
+ 123 123 123 123
+ 1 1 1 1
Table: Demonstration of simple table syntax.