From 8382de28de003fd9474d94e04b645fdb9236db5b Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 10 Mar 2010 06:19:53 +0000 Subject: HTML writer: Use tbody, thead, and cols in tables. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1875 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/tables.html | 474 +++++++++++++++++++++++++++++------------------------- 1 file changed, 255 insertions(+), 219 deletions(-) (limited to 'tests/tables.html') diff --git a/tests/tables.html b/tests/tables.html index 54e7ae5bc..e4dd6be58 100644 --- a/tests/tables.html +++ b/tests/tables.html @@ -3,263 +3,299 @@ >
Demonstration of simple table syntax.
RightLeftCenterDefault
12121212
123123123123
RightLeftCenterDefault
1111
12121212
123123123123
1111

Simple table without caption:

RightLeftCenterDefault
12121212
123123123123
RightLeftCenterDefault
1111
12121212
123123123123
1111

Simple table indented two spaces:

Demonstration of simple table syntax.
RightLeftCenterDefault
RightLeftCenterDefault
12121212
123123123123
1111
12121212
123123123123
1111

Multiline table with caption:

Here's the caption. It may span multiple lines.
Centered HeaderLeft AlignedRight AlignedDefault aligned
Centered HeaderLeft AlignedRight AlignedDefault aligned
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here's another one. Note the blank line between rows.
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here's another one. Note the blank line between rows.

Multiline table without caption:

Centered HeaderLeft AlignedRight AlignedDefault aligned
Centered HeaderLeft AlignedRight AlignedDefault aligned
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here's another one. Note the blank line between rows.
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here's another one. Note the blank line between rows.

Table without column headers:

121231
121212
12
123123123121212
123
111123123123
1
111

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.
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here's another one. Note the blank line between rows.
-- cgit v1.2.3