diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-02-04 23:09:51 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-02-04 23:09:51 -0800 |
commit | bb89fd99596020f5d7b5bc00c0fe783fb2d1de12 (patch) | |
tree | 84d987fd6017a6af5eda112507c6341f527b6faf /tests/tables.html | |
parent | 58929eb4e5d63d13cb660a808a38fb2871e10d68 (diff) | |
download | pandoc-bb89fd99596020f5d7b5bc00c0fe783fb2d1de12.tar.gz |
Updated tests.
Diffstat (limited to 'tests/tables.html')
-rw-r--r-- | tests/tables.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/tables.html b/tests/tables.html index 95c1a4ef5..8f06c5832 100644 --- a/tests/tables.html +++ b/tests/tables.html @@ -1,5 +1,4 @@ <p>Simple table with caption:</p> - <table><caption>Demonstration of simple table syntax.</caption><thead><tr class="header"><th align="right">Right</th> <th align="left">Left</th> <th align="center">Center</th> @@ -21,9 +20,7 @@ <td align="left">1</td> </tr> </tbody></table> - <p>Simple table without caption:</p> - <table><thead><tr class="header"><th align="right">Right</th> <th align="left">Left</th> <th align="center">Center</th> @@ -45,9 +42,7 @@ <td align="left">1</td> </tr> </tbody></table> - <p>Simple table indented two spaces:</p> - <table><caption>Demonstration of simple table syntax.</caption><thead><tr class="header"><th align="right">Right</th> <th align="left">Left</th> <th align="center">Center</th> @@ -69,9 +64,7 @@ <td align="left">1</td> </tr> </tbody></table> - <p>Multiline table with caption:</p> - <table><caption>Here's the caption. It may span multiple lines.</caption><col width="15%" /><col width="13%" /><col width="16%" /><col width="33%" /><thead><tr class="header"><th align="center">Centered Header</th> <th align="left">Left Aligned</th> <th align="right">Right Aligned</th> @@ -88,9 +81,7 @@ <td align="left">Here's another one. Note the blank line between rows.</td> </tr> </tbody></table> - <p>Multiline table without caption:</p> - <table><col width="15%" /><col width="13%" /><col width="16%" /><col width="33%" /><thead><tr class="header"><th align="center">Centered Header</th> <th align="left">Left Aligned</th> <th align="right">Right Aligned</th> @@ -107,9 +98,7 @@ <td align="left">Here's another one. Note the blank line between rows.</td> </tr> </tbody></table> - <p>Table without column headers:</p> - <table><tbody><tr class="odd"><td align="right">12</td> <td align="left">12</td> <td align="center">12</td> @@ -126,9 +115,7 @@ <td align="right">1</td> </tr> </tbody></table> - <p>Multiline table without column headers:</p> - <table><col width="15%" /><col width="13%" /><col width="16%" /><col width="33%" /><tbody><tr class="odd"><td align="center">First</td> <td align="left">row</td> <td align="right">12.0</td> |