aboutsummaryrefslogtreecommitdiff
path: root/tests/tables.mediawiki
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-15 20:42:00 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:42 +0100
commit4f6e6247f9a672770a6d7a55a3aa2709a860ff38 (patch)
treec745fed7bb50d9fdfa6cbcc2ec76b620756e4bd4 /tests/tables.mediawiki
parenta58369a7e650758004975084f984efb2bf3d7d68 (diff)
downloadpandoc-4f6e6247f9a672770a6d7a55a3aa2709a860ff38.tar.gz
Made `smart` extension default for pandoc markdown.
Updated tests.
Diffstat (limited to 'tests/tables.mediawiki')
-rw-r--r--tests/tables.mediawiki8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/tables.mediawiki b/tests/tables.mediawiki
index 614c3eea1..ce7c17887 100644
--- a/tests/tables.mediawiki
+++ b/tests/tables.mediawiki
@@ -75,7 +75,7 @@ Simple table indented two spaces:
Multiline table with caption:
{|
-|+ Here's the caption. It may span multiple lines.
+|+ Here’s the caption. It may span multiple lines.
!align="center" width="15%"| Centered Header
!width="13%"| Left Aligned
!align="right" width="16%"| Right Aligned
@@ -89,7 +89,7 @@ Multiline table with caption:
|align="center"| Second
| row
|align="right"| 5.0
-| Here's another one. Note the blank line between rows.
+| Here’s another one. Note the blank line between rows.
|}
Multiline table without caption:
@@ -108,7 +108,7 @@ Multiline table without caption:
|align="center"| Second
| row
|align="right"| 5.0
-| Here's another one. Note the blank line between rows.
+| Here’s another one. Note the blank line between rows.
|}
Table without column headers:
@@ -141,6 +141,6 @@ Multiline table without column headers:
|align="center"| Second
| row
|align="right"| 5.0
-| Here's another one. Note the blank line between rows.
+| Here’s another one. Note the blank line between rows.
|}