From bc31d9fe28db967bf02bc165300f68b5061f8db9 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 13 Mar 2010 03:19:03 +0000 Subject: Texinfo writer: fixed headerless tables. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1880 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/tables.texinfo | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'tests/tables.texinfo') diff --git a/tests/tables.texinfo b/tests/tables.texinfo index 592e36855..f18de7012 100644 --- a/tests/tables.texinfo +++ b/tests/tables.texinfo @@ -122,3 +122,38 @@ Second @tab Here's another one. Note the blank line between rows. @end multitable +Table without column headers: + +@multitable {123} {123} {123} {123} +@item +12 + @tab 12 + @tab 12 + @tab 12 +@item +123 + @tab 123 + @tab 123 + @tab 123 +@item +1 + @tab 1 + @tab 1 + @tab 1 +@end multitable + +Multiline table without column headers: + +@multitable @columnfractions 0.15 0.14 0.16 0.34 +@item +First + @tab row + @tab 12.0 + @tab Example of a row that spans multiple lines. +@item +Second + @tab row + @tab 5.0 + @tab Here's another one. Note the blank line between rows. +@end multitable + -- cgit v1.2.3