aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-28 09:51:30 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-30 01:16:34 +0200
commit831e1c5edd4703b6ab0953a79980e37ea1bee5dc (patch)
treed718a4413706ac497d65fb7d5c709244096d2d3c /pandoc.cabal
parent64fe39c255357c25fc636c46bc3bdfd31257b445 (diff)
downloadpandoc-831e1c5edd4703b6ab0953a79980e37ea1bee5dc.tar.gz
Added JATS writer.
* New module Text.Pandoc.Writer.JATS exporting writeJATS. * New output format `jats`. * Added tests. * Revised manual.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 596b52c44..33694dec0 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -159,6 +159,7 @@ Extra-Source-Files:
test/tables.context
test/tables.docbook4
test/tables.docbook5
+ test/tables.jats
test/tables.dokuwiki
test/tables.zimwiki
test/tables.icml
@@ -187,6 +188,7 @@ Extra-Source-Files:
test/writer.context
test/writer.docbook4
test/writer.docbook5
+ test/writer.jats
test/writer.html4
test/writer.html5
test/writer.man
@@ -381,6 +383,7 @@ Library
Text.Pandoc.Readers.EPUB,
Text.Pandoc.Writers.Native,
Text.Pandoc.Writers.Docbook,
+ Text.Pandoc.Writers.JATS,
Text.Pandoc.Writers.OPML,
Text.Pandoc.Writers.HTML,
Text.Pandoc.Writers.ICML,