diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-04-02 16:41:50 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-04-02 16:41:50 -0700 |
commit | ba8d0d9f01bdb424e2900aa7fbc076ebd00ab3be (patch) | |
tree | 3ecb6613a97c038a39ffd6f683d1d6d5a5e03cf2 | |
parent | ef2c970d0e87c0c4e740c0c5a82a0534161f6f91 (diff) | |
download | pandoc-ba8d0d9f01bdb424e2900aa7fbc076ebd00ab3be.tar.gz |
Add xwiki output format to manual.
-rw-r--r-- | MANUAL.txt | 5 |
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:`]. |