From 064303e2c99636437355295ba16b3ea154bf9d3e Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Mon, 22 Jun 2020 15:47:46 +0200 Subject: Jira writer: always escape braces Braces are now always escaped, even within words or when surrounded by whitespace. Jira and Confluence treat braces specially. Package jira-wiki-markup must be version 1.3.2 or later. Fixes: #6478 --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index cd731510a..6165d2b44 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -410,7 +410,7 @@ library temporary >= 1.1 && < 1.4, blaze-html >= 0.9 && < 0.10, blaze-markup >= 0.8 && < 0.9, - jira-wiki-markup >= 1.3.1 && < 1.4, + jira-wiki-markup >= 1.3.2 && < 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