From a848d3e031de78d848d4fda922bbc4c85114aa4f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 21 Dec 2017 22:20:38 -0800 Subject: Mention JATS output (and input) in MANUAL, README, cabal description. --- MANUAL.txt | 7 ++++--- README.md | 10 +++++----- pandoc.cabal | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/MANUAL.txt b/MANUAL.txt index bc332300d..19e1764a1 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -16,12 +16,12 @@ another, and a command-line tool that uses this library. It can read Markdown], [MultiMarkdown], and (subsets of) [Textile], [reStructuredText], [HTML], [LaTeX], [MediaWiki markup], [TWiki markup], [TikiWiki markup], [Creole 1.0], [Haddock markup], [OPML], -[Emacs Org mode], [DocBook], [Muse], [txt2tags], [Vimwiki], [EPUB], -[ODT], and [Word docx]; and it can write plain text, [Markdown], +[Emacs Org mode], [DocBook], [JATS], [Muse], [txt2tags], [Vimwiki], +[EPUB], [ODT], and [Word docx]; and it can write plain text, [Markdown], [CommonMark], [PHP Markdown Extra], [GitHub-Flavored Markdown], [MultiMarkdown], [reStructuredText], [XHTML], [HTML5], [LaTeX] \(including [`beamer`] slide shows\), [ConTeXt], [RTF], [OPML], -[DocBook], [OpenDocument], [ODT], [Word docx], [GNU Texinfo], +[DocBook], [JATS], [OpenDocument], [ODT], [Word docx], [GNU Texinfo], [MediaWiki markup], [DokuWiki markup], [ZimWiki markup], [Haddock markup], [EPUB] \(v2 or v3\), [FictionBook2], [Textile], [groff man], [groff ms], [Emacs Org mode], [AsciiDoc], [InDesign ICML], [TEI @@ -75,6 +75,7 @@ Markdown can be expected to be lossy. [ConTeXt]: http://www.contextgarden.net/ [RTF]: http://en.wikipedia.org/wiki/Rich_Text_Format [DocBook]: http://docbook.org +[JATS]: https://jats.nlm.nih.gov [txt2tags]: http://txt2tags.org [EPUB]: http://idpf.org/epub [OPML]: http://dev.opml.org/spec2.html diff --git a/README.md b/README.md index 5f490cb19..5a894ba78 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ another, and a command-line tool that uses this library. It can read Markdown], [MultiMarkdown], and (subsets of) [Textile], [reStructuredText], [HTML], [LaTeX], [MediaWiki markup], [TWiki markup], [TikiWiki markup], [Creole 1.0], [Haddock markup], [OPML], [Emacs Org mode], -[DocBook], [Muse], [txt2tags], [Vimwiki], [EPUB], [ODT], and [Word docx]; -and it can write plain text, [Markdown], [CommonMark], [PHP Markdown -Extra], [GitHub-Flavored Markdown], [MultiMarkdown], +[DocBook], [JATS], [Muse], [txt2tags], [Vimwiki], [EPUB], [ODT], and +[Word docx]; and it can write plain text, [Markdown], [CommonMark], [PHP +Markdown Extra], [GitHub-Flavored Markdown], [MultiMarkdown], [reStructuredText], [XHTML], [HTML5], [LaTeX] \(including -[`beamer`] slide shows\), [ConTeXt], [RTF], [OPML], [DocBook], +[`beamer`] slide shows\), [ConTeXt], [RTF], [OPML], [DocBook], [JATS], [OpenDocument], [ODT], [Word docx], [GNU Texinfo], [MediaWiki markup], [DokuWiki markup], [ZimWiki markup], [Haddock markup], [EPUB] \(v2 or v3\), [FictionBook2], [Textile], [groff man], @@ -79,6 +79,7 @@ Markdown can be expected to be lossy. [RTF]: http://en.wikipedia.org/wiki/Rich_Text_Format [Creole 1.0]: http://www.wikicreole.org/wiki/Creole1.0 [DocBook]: http://docbook.org +[JATS]: https://jats.nlm.nih.gov [txt2tags]: http://txt2tags.org [EPUB]: http://idpf.org/epub [OPML]: http://dev.opml.org/spec2.html @@ -109,7 +110,6 @@ Markdown can be expected to be lossy. - [footnotes]: http://pandoc.org/MANUAL.html#footnotes [tables]: http://pandoc.org/MANUAL.html#tables [ordered lists]: http://pandoc.org/MANUAL.html#ordered-lists diff --git a/pandoc.cabal b/pandoc.cabal index 665f3ed21..5edf9cbd7 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -16,7 +16,7 @@ synopsis: Conversion between markup formats description: Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read several dialects of Markdown and - (subsets of) HTML, reStructuredText, LaTeX, DocBook, + (subsets of) HTML, reStructuredText, LaTeX, DocBook, JATS, MediaWiki markup, TWiki markup, TikiWiki markup, Creole 1.0, Haddock markup, OPML, Emacs Org-Mode, Emacs Muse, txt2tags, Vimwiki, Word Docx, ODT, and Textile, and it can write -- cgit v1.2.3