diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-06-15 15:34:48 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-06-16 07:18:52 -0400 |
commit | c709cec0bdf7a3029a43f0c46d071a7ca1ab6a13 (patch) | |
tree | 465742e0beffd6ea93b68cf4d62bc674d447adce | |
parent | 6b939134e72ca736f6d1f95527c1a7cefb2c0837 (diff) | |
download | pandoc-c709cec0bdf7a3029a43f0c46d071a7ca1ab6a13.tar.gz |
Updated README to reflect docx reader.
-rw-r--r-- | README | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -13,15 +13,15 @@ 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) [Textile], [reStructuredText], [HTML], -[LaTeX], [MediaWiki markup], [Haddock markup], [OPML], [Emacs Org-mode] -and [DocBook]; and it can write plain text, [markdown], -[reStructuredText], [XHTML], [HTML 5], [LaTeX] (including [beamer] slide -shows), [ConTeXt], [RTF], [OPML], [DocBook], [OpenDocument], [ODT], -[Word docx], [GNU Texinfo], [MediaWiki markup], [EPUB] (v2 or v3), -[FictionBook2], [Textile], [groff man] pages, [Emacs Org-Mode], -[AsciiDoc], [InDesign ICML], and [Slidy], [Slideous], [DZSlides], -[reveal.js] or [S5] HTML slide shows. It can also produce [PDF] output -on systems where LaTeX is installed. +[LaTeX], [MediaWiki markup], [Haddock markup], [OPML], [Emacs +Org-mode], [DocBook], and [Word docx]; and it can write plain text, +[markdown], [reStructuredText], [XHTML], [HTML 5], [LaTeX] (including +[beamer] slide shows), [ConTeXt], [RTF], [OPML], [DocBook], +[OpenDocument], [ODT], [Word docx], [GNU Texinfo], [MediaWiki markup], +[EPUB] (v2 or v3), [FictionBook2], [Textile], [groff man] pages, +[Emacs Org-Mode], [AsciiDoc], [InDesign ICML], and [Slidy], +[Slideous], [DZSlides], [reveal.js] or [S5] HTML slide shows. It can +also produce [PDF] output on systems where LaTeX is installed. Pandoc's enhanced version of markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, |