From ea6721944903122b53c657b4901dbf687a1e416a Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 11 Mar 2010 03:01:18 +0000 Subject: MediaWiki writer: fixed headerless tables. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1878 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/tables.mediawiki | 141 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 115 insertions(+), 26 deletions(-) (limited to 'tests/tables.mediawiki') diff --git a/tests/tables.mediawiki b/tests/tables.mediawiki index 2f505e6aa..4836ecd79 100644 --- a/tests/tables.mediawiki +++ b/tests/tables.mediawiki @@ -1,123 +1,212 @@ Simple table with caption: - + + + - + + + + - + - + +
Demonstration of simple table syntax.
Demonstration of simple table syntax.
Right Left Center Default
12 12 12 12
123 123 123 123
1 1 1 1
+ Simple table without caption: - + + - + + + + - + - + +
Right Left Center Default
12 12 12 12
123 123 123 123
1 1 1 1
+ Simple table indented two spaces: - + + + - + + + + - + - + +
Demonstration of simple table syntax.
Demonstration of simple table syntax.
Right Left Center Default
12 12 12 12
123 123 123 123
1 1 1 1
+ Multiline table with caption: - - - - - - + +++++ + + + + + + + + + - + +
Here's the caption. It may span multiple lines.
Centered HeaderLeft AlignedRight AlignedDefault aligned
Here's the caption. It may span multiple lines.
Centered HeaderLeft AlignedRight AlignedDefault aligned
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.
+ Multiline table without caption: - - - - - - +++++ + + + + + + + + + - + +
Centered HeaderLeft AlignedRight AlignedDefault aligned
Centered HeaderLeft AlignedRight AlignedDefault aligned
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.
+ +Table without column headers: + + + + + + + + + + + + + + + + + + + + + + +
12121212
123123123123
1111
+ +Multiline table without column headers: + + +++++ + + + + + + + + + + + + + +
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here's another one. Note the blank line between rows.
+ -- cgit v1.2.3