diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-05-24 08:45:59 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2021-05-24 08:45:59 +0200 |
commit | c5f9446646a9add4a339a49ac8165e16474fa898 (patch) | |
tree | 243d0684471ff70db878b02ba9c8f4fe1e97211d | |
parent | 1af2cfb2873c5bb6ddd9fc00d076088b2e62af30 (diff) | |
download | pandoc-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
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | stack.yaml | 1 |
2 files changed, 2 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, diff --git a/stack.yaml b/stack.yaml index c67ff9986..809157425 100644 --- a/stack.yaml +++ b/stack.yaml @@ -9,6 +9,7 @@ packages: extra-deps: - hslua-1.3.0 - hslua-module-path-0.1.0 +- jira-wiki-markup-1.3.5 - random-1.2.0 - unicode-collation-0.1.3 - citeproc-0.4 |