diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-10 07:34:10 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-10 07:34:10 +0000 |
commit | 3b9e7f36ebc04689739b939edb6b3e351a5d0ea7 (patch) | |
tree | e970899c8d735acbf1b5dac42d63646223fdb7b5 /tests/tables.markdown | |
parent | 8382de28de003fd9474d94e04b645fdb9236db5b (diff) | |
download | pandoc-3b9e7f36ebc04689739b939edb6b3e351a5d0ea7.tar.gz |
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.markdown | 19 |
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. + ----------- ---------- ------------ -------------------------- + |