aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-02 16:41:50 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-02 16:41:50 -0700
commitba8d0d9f01bdb424e2900aa7fbc076ebd00ab3be (patch)
tree3ecb6613a97c038a39ffd6f683d1d6d5a5e03cf2 /MANUAL.txt
parentef2c970d0e87c0c4e740c0c5a82a0534161f6f91 (diff)
downloadpandoc-ba8d0d9f01bdb424e2900aa7fbc076ebd00ab3be.tar.gz
Add xwiki output format to manual.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index a36e5a734..b9f8dc351 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -327,6 +327,7 @@ General options {.options}
- `revealjs` ([reveal.js] HTML5 + JavaScript slide show)
- `s5` ([S5] HTML and JavaScript slide show)
- `tei` ([TEI Simple])
+ - `xwiki` ([XWiki markup])
- `zimwiki` ([ZimWiki markup])
- the path of a custom lua writer, see [Custom writers] below
:::
@@ -450,6 +451,7 @@ General options {.options}
[MediaWiki markup]: https://www.mediawiki.org/wiki/Help:Formatting
[DokuWiki markup]: https://www.dokuwiki.org/dokuwiki
[ZimWiki markup]: http://zim-wiki.org/manual/Help/Wiki_Syntax.html
+[XWiki markup]: https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiSyntax/
[TWiki markup]: http://twiki.org/cgi-bin/view/TWiki/TextFormattingRules
[TikiWiki markup]: https://doc.tiki.org/Wiki-Syntax-Text#The_Markup_Language_Wiki-Syntax
[Haddock markup]: https://www.haskell.org/haddock/doc/html/ch03s08.html
@@ -3527,6 +3529,9 @@ Markdown, Emacs Org mode, ConTeXt, ZimWiki
~ It will appear verbatim surrounded by `$...$` (for inline
math) or `$$...$$` (for display math).
+XWiki
+ ~ It will appear verbatim surrounded by `{{formula}}..{{/formula}}`.
+
reStructuredText
~ It will be rendered using an [interpreted text role `:math:`].