summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-11-18 19:56:58 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-11-18 19:56:58 -0800
commitd01c632055dc317efae661d799d71c47546da388 (patch)
tree14e1c708dc23eab4ccb3f880d7a8a3159510f2b6
parentc552aa24cf9696dee67ea3df42865b9f77b5733f (diff)
Added asciidoc output to README.
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index 838fe34f7..d19d95bda 100644
--- a/README
+++ b/README
@@ -16,7 +16,8 @@ another, and a command-line tool that uses this library. It can read
and [LaTeX]; and it can write plain text, [markdown], [reStructuredText],
[HTML], [LaTeX], [ConTeXt], [RTF], [DocBook XML], [OpenDocument XML], [ODT],
[GNU Texinfo], [MediaWiki markup], [EPUB], [Textile], [groff man] pages,
-[Emacs Org-Mode], and [Slidy], [DZSlides], or [S5] HTML slide shows.
+[Emacs Org-Mode], [AsciiDoc], and [Slidy], [DZSlides], or [S5] HTML
+slide shows.
Pandoc's enhanced version of markdown includes syntax for footnotes,
tables, flexible ordered lists, definition lists, delimited code blocks,
@@ -155,8 +156,8 @@ Options
`mediawiki` (MediaWiki markup), `textile` (Textile), `org` (Emacs
Org-Mode), `texinfo` (GNU Texinfo), `docbook` (DocBook XML),
`opendocument` (OpenDocument XML), `odt` (OpenOffice text document),
- `epub` (EPUB book), `slidy` (Slidy HTML and javascript slide show),
- `dzslides` (HTML5 + javascript slide show),
+ `epub` (EPUB book), `asciidoc` (AsciiDoc), `slidy` (Slidy HTML and
+ javascript slide show), `dzslides` (HTML5 + javascript slide show),
`s5` (S5 HTML and javascript slide show), or `rtf` (rich text
format). Note that `odt` and `epub` output will not be directed to
*stdout*; an output filename must be specified using the `-o/--output`
@@ -1519,6 +1520,9 @@ reStructuredText
~ It will be rendered using an interpreted text role `:math:`, as described
[here](http://www.american.edu/econ/itex2mml/mathhack.rst).
+AsciiDoc
+ ~ It will be rendered as `latexmath:[...]`.
+
Texinfo
~ It will be rendered inside a `@math` command.
@@ -2036,6 +2040,7 @@ Christopher Sawicki, Kelsey Hightower.
[Haskell]: http://www.haskell.org/
[GNU Texinfo]: http://www.gnu.org/software/texinfo/
[Emacs Org-Mode]: http://orgmode.org
+[AsciiDoc]: http://www.methods.co.nz/asciidoc/
[EPUB]: http://www.idpf.org/
[GPL]: http://www.gnu.org/copyleft/gpl.html "GNU General Public License"
[DZSlides]: http://paulrouget.com/dzslides/