Add creole support to manual.
This commit is contained in:
parent
66fd3247ea
commit
e43408f74e
1 changed files with 10 additions and 8 deletions
18
MANUAL.txt
18
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
|
||||
|
|
Loading…
Add table
Reference in a new issue