diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-05-12 20:24:09 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-05-12 20:24:09 -0700 |
commit | bde18a4fc795f6720f2601133a55f14c6006a65c (patch) | |
tree | f815160ce5968d3405db85a5fd53a0f325a14359 | |
parent | d0d101d8407790c9dc64ed5421208b914c45ad6d (diff) | |
download | pandoc-bde18a4fc795f6720f2601133a55f14c6006a65c.tar.gz |
Updated cabal description to include docbook reader.
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index aafd78b0f..bab448f23 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -15,8 +15,8 @@ Tested-With: GHC == 6.12.1, GHC == 7.0.4, GHC == 7.4.1 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 markdown and (subsets of) - reStructuredText, HTML, LaTeX and Textile, and it can write + this library. It can read markdown and (subsets of) HTML, + reStructuredText, LaTeX, DocBook, and Textile, and it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, OpenDocument, ODT, Word docx, RTF, MediaWiki, Textile, groff man pages, plain text, Emacs Org-Mode, AsciiDoc, EPUB, |