Added t2t to -f
in README documentation.
This commit is contained in:
parent
31b8a95c1d
commit
74690b191e
1 changed files with 3 additions and 3 deletions
6
README
6
README
|
@ -144,9 +144,9 @@ General options
|
||||||
`markdown_phpextra` (PHP Markdown Extra extended markdown),
|
`markdown_phpextra` (PHP Markdown Extra extended markdown),
|
||||||
`markdown_github` (github extended markdown),
|
`markdown_github` (github extended markdown),
|
||||||
`textile` (Textile), `rst` (reStructuredText), `html` (HTML),
|
`textile` (Textile), `rst` (reStructuredText), `html` (HTML),
|
||||||
`docbook` (DocBook), `opml` (OPML), `org` (Emacs Org-mode),
|
`docbook` (DocBook), `t2t` (txt2tags), `opml` (OPML), `org` (Emacs
|
||||||
`mediawiki` (MediaWiki markup), `haddock` (Haddock markup), or
|
Org-mode), `mediawiki` (MediaWiki markup), `haddock` (Haddock markup),
|
||||||
`latex` (LaTeX). If `+lhs` is appended to `markdown`, `rst`,
|
or `latex` (LaTeX). If `+lhs` is appended to `markdown`, `rst`,
|
||||||
`latex`, or `html`, the input will be treated as literate Haskell
|
`latex`, or `html`, the input will be treated as literate Haskell
|
||||||
source: see [Literate Haskell support](#literate-haskell-support),
|
source: see [Literate Haskell support](#literate-haskell-support),
|
||||||
below. Markdown syntax extensions can be individually enabled or
|
below. Markdown syntax extensions can be individually enabled or
|
||||||
|
|
Loading…
Reference in a new issue