aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-02-12 16:38:00 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2021-02-12 17:15:12 +0100
commit8ffd4159d6f0ca4f13a84b27e3f8654f01c63d59 (patch)
treed355f3b60db8b27055d1fd142d2c2d38b09140df /pandoc.cabal
parent8c2618ed8150d2b738b3baa4ba23c2d957450105 (diff)
downloadpandoc-8ffd4159d6f0ca4f13a84b27e3f8654f01c63d59.tar.gz
Jira: require jira-wiki-markup 1.3.3
* Modified the Doc parser to skip leading blank lines. This fixes parsing of documents which start with multiple blank lines. (#7095) * Prevent URLs within link aliases to be treated as autolinks. (#6944) Fixes: #7095 Fixes: #6944
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 e56456c68..63b1e6cd9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -470,7 +470,7 @@ library
http-client-tls >= 0.2.4 && < 0.4,
http-types >= 0.8 && < 0.13,
ipynb >= 0.1 && < 0.2,
- jira-wiki-markup >= 1.3.2 && < 1.4,
+ jira-wiki-markup >= 1.3.3 && < 1.4,
mtl >= 2.2 && < 2.3,
network >= 2.6,
network-uri >= 2.6 && < 2.7,