summaryrefslogtreecommitdiff
path: root/tests/tables.markdown
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-10 07:34:10 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-10 07:34:10 +0000
commit3b9e7f36ebc04689739b939edb6b3e351a5d0ea7 (patch)
treee970899c8d735acbf1b5dac42d63646223fdb7b5 /tests/tables.markdown
parent8382de28de003fd9474d94e04b645fdb9236db5b (diff)
Markdown writer: proper support for headerless tables.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1876 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/tables.markdown')
-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.
+ ----------- ---------- ------------ --------------------------
+