aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-26 16:23:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-26 16:23:00 -0700
commite43408f74ec00c3a6bcf757487e98f1a10c5301e (patch)
tree876f1a61bd4fba3fafe52c5f3e4a89f71a933009
parent66fd3247eac9a564aca179ca9fe4fd007ee471e7 (diff)
downloadpandoc-e43408f74ec00c3a6bcf757487e98f1a10c5301e.tar.gz
Add creole support to manual.
-rw-r--r--MANUAL.txt18
1 files changed, 10 insertions, 8 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 42b836f0a..7f3a67a51 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -15,9 +15,9 @@ another, and a command-line tool that uses this library. It can read
[Markdown], [CommonMark], [PHP Markdown Extra], [GitHub-Flavored
Markdown], [MultiMarkdown], and (subsets of) [Textile],
[reStructuredText], [HTML], [LaTeX], [MediaWiki markup], [TWiki markup],
-[TikiWiki markup], [Haddock markup], [OPML], [Emacs Org mode], [DocBook],
-[Muse], [txt2tags], [Vimwiki], [EPUB], [ODT], and [Word docx]; and it can
-write plain text, [Markdown], [CommonMark], [PHP Markdown
+[TikiWiki markup], [Creole 1.0], [Haddock markup], [OPML], [Emacs Org mode],
+[DocBook], [Muse], [txt2tags], [Vimwiki], [EPUB], [ODT], and [Word docx];
+and it can write plain text, [Markdown], [CommonMark], [PHP Markdown
Extra], [GitHub-Flavored Markdown], [MultiMarkdown],
[reStructuredText], [XHTML], [HTML5], [LaTeX] \(including
[`beamer`] slide shows\), [ConTeXt], [RTF], [OPML], [DocBook],
@@ -87,6 +87,7 @@ Markdown can be expected to be lossy.
[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
+[Creole 1.0]: http://www.wikicreole.org/wiki/Creole1.0
[groff man]: http://man7.org/linux/man-pages/man7/groff_man.7.html
[groff ms]: http://man7.org/linux/man-pages/man7/groff_ms.7.html
[Haskell]: https://www.haskell.org
@@ -276,11 +277,12 @@ General options
(reStructuredText), `html` (HTML), `docbook` (DocBook), `t2t`
(txt2tags), `docx` (docx), `odt` (ODT), `epub` (EPUB), `opml` (OPML),
`org` (Emacs Org mode), `mediawiki` (MediaWiki markup), `twiki` (TWiki
- markup), `tikiwiki` (TikiWiki markup), `haddock` (Haddock markup), or
- `latex` (LaTeX). (`markdown_github` provides deprecated and
- less accurate suppport for Github-Flavored Markdown; please
- use `gfm` instead, unless you use extensions that do not work
- with `gfm`.) If `+lhs` is appended to `markdown`, `rst`, `latex`, or
+ markup), `tikiwiki` (TikiWiki markup), `creole` (Creole 1.0),
+ `haddock` (Haddock markup), or `latex` (LaTeX).
+ (`markdown_github` provides deprecated and less accurate suppport
+ for Github-Flavored Markdown; please use `gfm` instead, unless you
+ use extensions that do not work with `gfm`.)
+ If `+lhs` is appended to `markdown`, `rst`, `latex`, or
`html`, the input will be treated as literate Haskell source: see
[Literate Haskell support], below. Markdown
syntax extensions can be individually enabled or disabled by