From 3b9e7f36ebc04689739b939edb6b3e351a5d0ea7 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 10 Mar 2010 07:34:10 +0000 Subject: Markdown writer: proper support for headerless tables. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1876 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/tables.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'tests') 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. + ----------- ---------- ------------ -------------------------- + -- cgit v1.2.3