From 16889a01b95a1b897abdfa2da191c1338f0333b2 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 14 Jun 2020 11:31:02 +0200 Subject: 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 --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3