aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-06-22 15:47:46 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-06-22 16:30:11 +0200
commit064303e2c99636437355295ba16b3ea154bf9d3e (patch)
treea0b987ec9c84d567952654430ac5cdd05acff884 /pandoc.cabal
parentf91121fe56d7c5647bcad118953f41212fd38f8c (diff)
downloadpandoc-064303e2c99636437355295ba16b3ea154bf9d3e.tar.gz
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
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
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,