From c5f9446646a9add4a339a49ac8165e16474fa898 Mon Sep 17 00:00:00 2001
From: Albert Krewinkel <albert@zeitkraut.de>
Date: Mon, 24 May 2021 08:45:59 +0200
Subject: [PATCH] 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
---
 pandoc.cabal | 2 +-
 stack.yaml   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

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