aboutsummaryrefslogtreecommitdiff
path: root/tests/tables.html
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.html
parenta58369a7e650758004975084f984efb2bf3d7d68 (diff)
downloadpandoc-4f6e6247f9a672770a6d7a55a3aa2709a860ff38.tar.gz
Made `smart` extension default for pandoc markdown.
Updated tests.
Diffstat (limited to 'tests/tables.html')
-rw-r--r--tests/tables.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/tables.html b/tests/tables.html
index 0a9ea413c..5bb7a7de2 100644
--- a/tests/tables.html
+++ b/tests/tables.html
@@ -95,7 +95,7 @@
</table>
<p>Multiline table with caption:</p>
<table style="width:79%;">
-<caption>Here's the caption. It may span multiple lines.</caption>
+<caption>Here’s the caption. It may span multiple lines.</caption>
<colgroup>
<col width="15%" />
<col width="13%" />
@@ -121,7 +121,7 @@
<td align="center">Second</td>
<td align="left">row</td>
<td align="right">5.0</td>
-<td align="left">Here's another one. Note the blank line between rows.</td>
+<td align="left">Here’s another one. Note the blank line between rows.</td>
</tr>
</tbody>
</table>
@@ -152,7 +152,7 @@
<td align="center">Second</td>
<td align="left">row</td>
<td align="right">5.0</td>
-<td align="left">Here's another one. Note the blank line between rows.</td>
+<td align="left">Here’s another one. Note the blank line between rows.</td>
</tr>
</tbody>
</table>
@@ -198,7 +198,7 @@
<td align="center">Second</td>
<td align="left">row</td>
<td align="right">5.0</td>
-<td>Here's another one. Note the blank line between rows.</td>
+<td>Here’s another one. Note the blank line between rows.</td>
</tr>
</tbody>
</table>