aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-03-31 09:57:59 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-03-31 09:57:59 +0200
commitff9be6b38429b502b1582f2395b824305eb8c99c (patch)
treecf00c6ac9be4e80761c40d610d0db28914d30ad2 /pandoc.cabal
parent9a42bec7fc8387bf7780cc3d3140c543e0ec6e32 (diff)
downloadpandoc-ff9be6b38429b502b1582f2395b824305eb8c99c.tar.gz
Jira writer: convert spans with class `underline` to inserted text
Spans with class `underline` as converted into Jira text marked as `+inserted+`, i.e. surrounded by plus-signs.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 9ca53b081..76b42de6f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -789,6 +789,7 @@ test-suite test-pandoc
Tests.Writers.Docbook
Tests.Writers.HTML
Tests.Writers.JATS
+ Tests.Writers.Jira
Tests.Writers.Markdown
Tests.Writers.Org
Tests.Writers.Plain