diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2020-06-14 11:31:02 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2020-06-14 11:46:59 +0200 |
commit | 16889a01b95a1b897abdfa2da191c1338f0333b2 (patch) | |
tree | 3253284b61888572e859b8565c967d16af50eee9 | |
parent | eacd17c867e97155d48e7881b1e077df3cf385d9 (diff) | |
download | pandoc-16889a01b95a1b897abdfa2da191c1338f0333b2.tar.gz |
Jira reader: require jira-wiki-markup 1.3.1 or later
This solves the following problems of the Jira reader:
* Two consecutive markup chars are now parsed verbatim; styled text
must not be empty.
* Styled text may not contain newlines.
* Links to anchors are now parsed as links.
Fixes: #6343
Fixes: #6325
Fixes: #6407
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 69bdeac1f..0f6cdf2df 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -411,7 +411,7 @@ library blaze-html >= 0.9 && < 0.10, blaze-markup >= 0.8 && < 0.9, vector >= 0.10 && < 0.13, - jira-wiki-markup >= 1.3 && < 1.4, + jira-wiki-markup >= 1.3.1 && < 1.4, hslua >= 1.1 && < 1.2, hslua-module-system >= 0.2 && < 0.3, hslua-module-text >= 0.2.1 && < 0.3, |