aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorHamish Mackenzie <Hamish.K.Mackenzie@googlemail.com>2017-12-13 12:06:22 +1300
committerHamish Mackenzie <Hamish.K.Mackenzie@googlemail.com>2017-12-13 12:06:22 +1300
commitec1693505c65ef5dfca1df09d415f852a2787c15 (patch)
tree7c81603936b65d7ab69a27ca5cdf1d2bec6df147 /pandoc.cabal
parent7d23031b904d9371de8ce9ffe943e426bd5056c8 (diff)
downloadpandoc-ec1693505c65ef5dfca1df09d415f852a2787c15.tar.gz
fig, table-wrap & caption Divs for JATS writer
Support writing <fig> and <table-wrap> elements with <title> and <caption> inside them by using Divs with class set to on of fig, table-wrap or cation. The title is included as a Heading so the constraint on where Heading can occur is also relaxed. Also leaves out empty alt attributes on links.
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 fa02ebfd9..63f20122c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -635,6 +635,7 @@ test-suite test-pandoc
Tests.Writers.ConTeXt
Tests.Writers.Docbook
Tests.Writers.HTML
+ Tests.Writers.JATS
Tests.Writers.Markdown
Tests.Writers.Org
Tests.Writers.Plain