aboutsummaryrefslogtreecommitdiff
path: root/test/tables.jira
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2019-11-22 16:57:24 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-22 07:57:24 -0800
commitd948e13feaf4d2db90a8ab452a65e5ce34028804 (patch)
tree21d6db33e1aa05da463b54860a16230d7263eb56 /test/tables.jira
parent138d0b1b3e7105ae28f05016aaf9e5784aa5030e (diff)
downloadpandoc-d948e13feaf4d2db90a8ab452a65e5ce34028804.tar.gz
Jira writer: improve escaping of special chars (#5925)
Backslash-escaping is used instead of HTML entities, as escaped characters are easier to read this way. Furthermore, Confluence, which seems to use a subset of Jira markup, seems to get confused by HTML entities.
Diffstat (limited to 'test/tables.jira')
-rw-r--r--test/tables.jira6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/tables.jira b/test/tables.jira
index 52ea3d4f8..a772a7fc5 100644
--- a/test/tables.jira
+++ b/test/tables.jira
@@ -23,13 +23,13 @@ Multiline table with 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.|
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:
@@ -40,4 +40,4 @@ 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.|