diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 4d19bc41b..77e484949 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -17,16 +17,16 @@ 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, - MediaWiki markup, TWiki markup, TikiWiki markup, Haddock - markup, OPML, Emacs Org-Mode, txt2tags, Muse, Vimwiki, Word - Docx, ODT, and Textile, and it can write Markdown, - reStructuredText, XHTML, HTML 5, LaTeX, ConTeXt, DocBook, - JATS, OPML, TEI, OpenDocument, ODT, Word docx, RTF, MediaWiki, - DokuWiki, ZimWiki, Textile, groff man, groff ms, plain text, - Emacs Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), - FictionBook2, InDesign ICML, Muse, and several kinds of - HTML/javascript slide shows (S5, Slidy, Slideous, DZSlides, - reveal.js). + 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 + Markdown, reStructuredText, XHTML, HTML 5, LaTeX, ConTeXt, + DocBook, JATS, OPML, TEI, OpenDocument, ODT, Word docx, + RTF, MediaWiki, DokuWiki, ZimWiki, Textile, groff man, + groff ms, plain text, Emacs Org-Mode, AsciiDoc, + Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign + ICML, Muse, and several kinds of HTML/javascript slide + shows (S5, Slidy, Slideous, DZSlides, reveal.js). . In contrast to most existing tools for converting Markdown to HTML, pandoc has a modular design: it consists of a set of |