diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-07-07 16:20:18 -0600 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-07-07 16:20:18 -0600 |
commit | 7d9136edbb347f93b552c3255d4e17d7bd511353 (patch) | |
tree | bd7fceecbf14dc602f8194892686e33dd91190c2 | |
parent | 616cf6c539eaa9c9dd2808492cf4d94cba9c9a32 (diff) | |
download | pandoc-7d9136edbb347f93b552c3255d4e17d7bd511353.tar.gz |
Minor line wrapping.
-rw-r--r-- | pandoc.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index eb05e92dc..c049b70a1 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -18,9 +18,9 @@ Description: Pandoc is a Haskell library for converting from one markup this library. It can read markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, MediaWiki markup, Haddock markup, OPML, Emacs Org-Mode, and Textile, and it can write - markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, OPML, - OpenDocument, ODT, Word docx, RTF, MediaWiki, DokuWiki, Textile, - groff man pages, plain text, Emacs Org-Mode, AsciiDoc, + markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, + OPML, OpenDocument, ODT, Word docx, RTF, MediaWiki, DokuWiki, + Textile, groff man pages, plain text, Emacs Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign ICML, and several kinds of HTML/javascript slide shows (S5, Slidy, Slideous, DZSlides, reveal.js). |