aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tables.markdown19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/tables.markdown b/tests/tables.markdown
index 4e05cdc35..a605137d1 100644
--- a/tests/tables.markdown
+++ b/tests/tables.markdown
@@ -56,5 +56,24 @@ Multiline table without caption:
rows.
--------------------------------------------------------------
+Table without column headers:
+
+ ----- ----- ----- -----
+ 12 12 12 12
+ 123 123 123 123
+ 1 1 1 1
+ ----- ----- ----- -----
+
+Multiline table without column headers:
+
+ ----------- ---------- ------------ --------------------------
+ First row 12.0 Example of a row that
+ spans multiple lines.
+
+ Second row 5.0 Here's another one. Note
+ the blank line between
+ rows.
+ ----------- ---------- ------------ --------------------------
+