From bdf23d3a5d621808bb96b6390fa77177daf3907a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 4 Feb 2011 23:25:28 -0800 Subject: Improved HTML table output (line breaks). --- tests/tables.html | 129 +++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 99 insertions(+), 30 deletions(-) (limited to 'tests/tables.html') diff --git a/tests/tables.html b/tests/tables.html index 8f06c5832..b72aa784e 100644 --- a/tests/tables.html +++ b/tests/tables.html @@ -1,129 +1,198 @@

Simple table with caption:

- +
Demonstration of simple table syntax.
Right
+ + + + - + + + + - + + - + + -
Demonstration of simple table syntax.
Right Left Center Default
12
12 12 12 12
123
123 123 123 123
1
1 1 1 1
+ +

Simple table without caption:

- +
Right
+ + + - + + + + - + + - + + -
Right Left Center Default
12
12 12 12 12
123
123 123 123 123
1
1 1 1 1
+ +

Simple table indented two spaces:

- +
Demonstration of simple table syntax.
Right
+ + + + - + + + + - + + - + + -
Demonstration of simple table syntax.
Right Left Center Default
12
12 12 12 12
123
123 123 123 123
1
1 1 1 1
+ +

Multiline table with caption:

- +
Here's the caption. It may span multiple lines.
Centered Header
+ +++++ + + - + + + + - + + -
Here's the caption. It may span multiple lines.
Centered Header Left Aligned Right Aligned Default aligned
First
First row 12.0 Example of a row that spans multiple lines.
Second
Second row 5.0 Here's another one. Note the blank line between rows.
+ +

Multiline table without caption:

- +
Centered Header
+++++ + + - + + + + - + + -
Centered Header Left Aligned Right Aligned Default aligned
First
First row 12.0 Example of a row that spans multiple lines.
Second
Second row 5.0 Here's another one. Note the blank line between rows.
+ +

Table without column headers:

- +
12
+ + + - + + - + + -
12 12 12 12
123
123 123 123 123
1
1 1 1 1
+ +

Multiline table without column headers:

- +
First
+++++ + + - + + -
First row 12.0 Example of a row that spans multiple lines.
Second
Second row 5.0 Here's another one. Note the blank line between rows.
+ + -- cgit v1.2.3