From 831e1c5edd4703b6ab0953a79980e37ea1bee5dc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 28 Mar 2017 09:51:30 +0200 Subject: Added JATS writer. * New module Text.Pandoc.Writer.JATS exporting writeJATS. * New output format `jats`. * Added tests. * Revised manual. --- pandoc.cabal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pandoc.cabal') 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, -- cgit v1.2.3