From d948e13feaf4d2db90a8ab452a65e5ce34028804 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 22 Nov 2019 16:57:24 +0100 Subject: 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. --- test/tables.jira | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/tables.jira') 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.| -- cgit v1.2.3