diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-06-18 18:08:41 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-06-18 18:08:41 -0700 |
commit | c4182b39ca009f02fc4e0768056d37d64b93df7c (patch) | |
tree | 492c927508b04ec6b626d019d9f7900c5e64cada /tests/tables.haddock | |
parent | bc037b69a4e4868c9a5eab5b0ee12a41118da02a (diff) | |
download | pandoc-c4182b39ca009f02fc4e0768056d37d64b93df7c.tar.gz |
Small fix to haddock "tables".
Diffstat (limited to 'tests/tables.haddock')
-rw-r--r-- | tests/tables.haddock | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/tests/tables.haddock b/tests/tables.haddock index e054dc072..413ec97ad 100644 --- a/tests/tables.haddock +++ b/tests/tables.haddock @@ -6,6 +6,8 @@ Simple table with caption: > 123 123 123 123 > 1 1 1 1 > +> Demonstration of simple table syntax. + Simple table without caption: > Right Left Center Default @@ -13,7 +15,7 @@ Simple table without caption: > 12 12 12 12 > 123 123 123 123 > 1 1 1 1 -> + Simple table indented two spaces: > Right Left Center Default @@ -22,6 +24,8 @@ Simple table indented two spaces: > 123 123 123 123 > 1 1 1 1 > +> Demonstration of simple table syntax. + Multiline table with caption: > -------------------------------------------------------------- @@ -36,6 +40,8 @@ Multiline table with caption: > rows. > -------------------------------------------------------------- > +> Here\'s the caption. It may span multiple lines. + Multiline table without caption: > -------------------------------------------------------------- @@ -49,7 +55,7 @@ Multiline table without caption: > the blank line between > rows. > -------------------------------------------------------------- -> + Table without column headers: > ----- ----- ----- ----- @@ -57,7 +63,7 @@ Table without column headers: > 123 123 123 123 > 1 1 1 1 > ----- ----- ----- ----- -> + Multiline table without column headers: > ----------- ---------- ------------ -------------------------- @@ -68,5 +74,4 @@ Multiline table without column headers: > the blank line between > rows. > ----------- ---------- ------------ -------------------------- -> |