diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-07-26 18:46:51 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-07-26 18:46:51 -0700 |
commit | 31b8a95c1dc84b9351d81b4b9122f56b29b19c6c (patch) | |
tree | aa766a51032a10512bd0eac0310600e7e4e6bb3e /README | |
parent | 18f4490482aa4f21a1c4e4a9493fb3a88815dcfa (diff) | |
parent | 9e4604fa0b20b12177fe1f24650e4dfaf388e33a (diff) | |
download | pandoc-31b8a95c1dc84b9351d81b4b9122f56b29b19c6c.tar.gz |
Merge pull request #1453 from mpickering/txt2tagsfinal
Txt2Tags Reader
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,7 @@ 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], [DocBook], and [Word docx]; and it can write plain text, +Org-mode], [DocBook], [txt2tags] 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], @@ -3096,3 +3096,4 @@ Rosenthal. [marc relators]: http://www.loc.gov/marc/relators/relaterm.html [RFC5646]: http://tools.ietf.org/html/rfc5646 [InDesign ICML]: https://www.adobe.com/content/dam/Adobe/en/devnet/indesign/cs55-docs/IDML/idml-specification.pdf +[txt2tags]: http://txt2tags.org/ |