aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-03-28 15:38:51 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2020-03-28 15:57:00 +0100
commit09a5a1f447b9994ac2b4f088e09f8f17effeb578 (patch)
treed64e18ceac4083ebb8806283dd1518f94e24aa2d
parente1d302b3ef4369790f0ee127b0fd2f735c1c903a (diff)
downloadpandoc-09a5a1f447b9994ac2b4f088e09f8f17effeb578.tar.gz
Jira reader: fix multiple parsing problems
Multiple parsing problems are resolved, including issues with empty table cells, faulty recognition of closing emphasis characters, and parsing of image attributes. Fixes: #6212 Fixes: #6219 Fixes: #6220
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 60c6cc93b..9ca53b081 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -412,7 +412,7 @@ library
blaze-html >= 0.9 && < 0.10,
blaze-markup >= 0.8 && < 0.9,
vector >= 0.10 && < 0.13,
- jira-wiki-markup >= 1.1.3 && < 1.2,
+ jira-wiki-markup >= 1.2.0 && < 1.3,
hslua >= 1.0.1 && < 1.1,
hslua-module-system >= 0.2 && < 0.3,
hslua-module-text >= 0.2 && < 0.3,
diff --git a/stack.yaml b/stack.yaml
index b56beb764..4ff8c8e25 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -20,7 +20,7 @@ extra-deps:
- regex-pcre-builtin-0.95.0.8.8.35
- doclayout-0.3
- emojis-0.1
-- jira-wiki-markup-1.1.3
+- jira-wiki-markup-1.2.0
- HsYAML-0.2.0.0
- HsYAML-aeson-0.2.0.0
- doctemplates-0.8.1