aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorTG <tarik.graba@telecom-paristech.fr>2019-02-05 19:12:48 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2019-02-09 08:21:53 -0800
commit568b25d33a277b02cddbe646f3d6ec31f00ec99b (patch)
tree529d6b8ae020dc44660efcbd443fbd52345a3e97 /MANUAL.txt
parent8fdeae2872d76e0d6cd996d595aa22d259074a91 (diff)
downloadpandoc-568b25d33a277b02cddbe646f3d6ec31f00ec99b.tar.gz
Adds Asciidoctor sprcific writer and tests
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 8edd116a3..70192595a 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -279,7 +279,7 @@ General options {.options}
: Specify output format. *FORMAT* can be:
::: {#output-formats}
- - `asciidoc` ([AsciiDoc])
+ - `asciidoc` ([AsciiDoc]) or `asciidoctor` ([AsciiDoctor])
- `beamer` ([LaTeX beamer][`beamer`] slide show)
- `commonmark` ([CommonMark] Markdown)
- `context` ([ConTeXt])
@@ -465,6 +465,7 @@ General options {.options}
[GNU Texinfo]: http://www.gnu.org/software/texinfo/
[Emacs Org mode]: http://orgmode.org
[AsciiDoc]: http://www.methods.co.nz/asciidoc/
+[AsciiDoctor]: https://asciidoctor.org/
[DZSlides]: http://paulrouget.com/dzslides/
[Word docx]: https://en.wikipedia.org/wiki/Office_Open_XML
[PDF]: https://www.adobe.com/pdf/
@@ -3513,7 +3514,11 @@ reStructuredText
~ It will be rendered using an [interpreted text role `:math:`].
AsciiDoc
- ~ It will be rendered as `latexmath:[...]` when inline and `[latexmath]++++....++++` when in display mode.
+ ~ For AsciiDoc output format (`-t asciidoc`) it will appear verbatim
+ surrounded by `latexmath:[$...$]` (for inline math) or
+ `[latexmath]++++\[...\]+++` (for display math).
+ For AsciiDoctor output format (`-t asciidoctor`) the LaTex delimiters
+ (`$..$` and `\[..\]`) are omitted.
Texinfo
~ It will be rendered inside a `@math` command.