summaryrefslogtreecommitdiff
path: root/tests/tables.dokuwiki
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.dokuwiki
parenta58369a7e650758004975084f984efb2bf3d7d68 (diff)
Made `smart` extension default for pandoc markdown.
Updated tests.
Diffstat (limited to 'tests/tables.dokuwiki')
-rw-r--r--tests/tables.dokuwiki8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/tables.dokuwiki b/tests/tables.dokuwiki
index 21e61f656..23c0d22cb 100644
--- a/tests/tables.dokuwiki
+++ b/tests/tables.dokuwiki
@@ -23,16 +23,16 @@ Demonstration of simple table syntax.
Multiline table with caption:
-Here's the caption. It may span multiple lines.
+Here’s the caption. It may span multiple lines.
^ Centered Header ^Left Aligned ^ Right Aligned^Default aligned ^
| First |row | 12.0|Example of a row that spans multiple lines. |
-| Second |row | 5.0|Here's another one. Note the blank line between rows. |
+| Second |row | 5.0|Here’s another one. Note the blank line between rows. |
Multiline table without caption:
^ Centered Header ^Left Aligned ^ Right Aligned^Default aligned ^
| First |row | 12.0|Example of a row that spans multiple lines. |
-| Second |row | 5.0|Here's another one. Note the blank line between rows. |
+| Second |row | 5.0|Here’s another one. Note the blank line between rows. |
Table without column headers:
@@ -43,5 +43,5 @@ Table without column headers:
Multiline table without column headers:
| First |row | 12.0|Example of a row that spans multiple lines. |
-| Second |row | 5.0|Here's another one. Note the blank line between rows.|
+| Second |row | 5.0|Here’s another one. Note the blank line between rows.|