diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-01-15 20:42:00 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-25 17:07:42 +0100 |
commit | 4f6e6247f9a672770a6d7a55a3aa2709a860ff38 (patch) | |
tree | c745fed7bb50d9fdfa6cbcc2ec76b620756e4bd4 /tests/tables.docbook5 | |
parent | a58369a7e650758004975084f984efb2bf3d7d68 (diff) | |
download | pandoc-4f6e6247f9a672770a6d7a55a3aa2709a860ff38.tar.gz |
Made `smart` extension default for pandoc markdown.
Updated tests.
Diffstat (limited to 'tests/tables.docbook5')
-rw-r--r-- | tests/tables.docbook5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/tables.docbook5 b/tests/tables.docbook5 index 6224cf222..f86b1c390 100644 --- a/tests/tables.docbook5 +++ b/tests/tables.docbook5 @@ -222,7 +222,7 @@ </para> <table> <title> - Here's the caption. It may span multiple lines. + Here’s the caption. It may span multiple lines. </title> <tgroup cols="4"> <colspec colwidth="15*" align="center" /> @@ -271,7 +271,7 @@ 5.0 </entry> <entry> - Here's another one. Note the blank line between rows. + Here’s another one. Note the blank line between rows. </entry> </row> </tbody> @@ -328,7 +328,7 @@ 5.0 </entry> <entry> - Here's another one. Note the blank line between rows. + Here’s another one. Note the blank line between rows. </entry> </row> </tbody> @@ -424,7 +424,7 @@ 5.0 </entry> <entry> - Here's another one. Note the blank line between rows. + Here’s another one. Note the blank line between rows. </entry> </row> </tbody> |