aboutsummaryrefslogtreecommitdiff
path: root/test/writer.jira
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-03-13 14:31:43 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2021-03-13 14:53:58 +0100
commitf8b49e77f89f8bef613a823a6fbf30e7c4ebd71b (patch)
treef8cbdb87b37726b0fc30ac29cc0f8800c790856d /test/writer.jira
parent00e8d0678edac34af7a412642fbf7d85442b15aa (diff)
downloadpandoc-f8b49e77f89f8bef613a823a6fbf30e7c4ebd71b.tar.gz
Use jira-wiki-markup 1.3.4
Jira reader: * Fixed parsing of autolinks (i.e., of bare URLs in the text). Previously an autolink would take up the rest of a line, as spaces were allowed characters in these items. * Emoji character sequences no longer cause parsing failures. This was due to missing backtracking when emoji parsing fails. Jira writer: * Block quotes are only rendered as `bq.` if they do not contain a linebreak.
Diffstat (limited to 'test/writer.jira')
-rw-r--r--test/writer.jira3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/writer.jira b/test/writer.jira
index 71b720d65..268abb0d9 100644
--- a/test/writer.jira
+++ b/test/writer.jira
@@ -45,8 +45,7 @@ A list:
Nested block quotes:
bq. nested
-bq. nested
-{quote}
+bq. nested{quote}
This should not be a block quote: 2 > 1.
And a following paragraph.