aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-05-24 08:45:59 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2021-05-24 08:45:59 +0200
commitc5f9446646a9add4a339a49ac8165e16474fa898 (patch)
tree243d0684471ff70db878b02ba9c8f4fe1e97211d /pandoc.cabal
parent1af2cfb2873c5bb6ddd9fc00d076088b2e62af30 (diff)
downloadpandoc-c5f9446646a9add4a339a49ac8165e16474fa898.tar.gz
Use jira-wiki-markup 1.3.5
* Allow spaces and most unicode characters in attachment links. * No longer require a newline character after `{noformat}`. * Only allow URI path segment characters in bare links. * The `file:` schema is no longer allowed in bare links; these rarely make sense. Closes: #7218
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 ec50d26f5..4e10e01f3 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.4 && < 1.4,
+ jira-wiki-markup >= 1.3.5 && < 1.4,
mtl >= 2.2 && < 2.3,
network >= 2.6,
network-uri >= 2.6 && < 2.8,