Documented use of extensions with non-markdown input formats.
This commit is contained in:
parent
bc2c0fd443
commit
6ba51165b0
1 changed files with 14 additions and 0 deletions
14
README
14
README
|
@ -2565,6 +2565,20 @@ variants are supported:
|
|||
`markdown_strict` (Markdown.pl)
|
||||
: `raw_html`
|
||||
|
||||
Extensions with formats other than markdown
|
||||
-------------------------------------------
|
||||
|
||||
Some of the extensions discussed above can be used with formats
|
||||
other than markdown:
|
||||
|
||||
* `auto_identifiers` can be used with `latex`, `rst`, `mediawiki`,
|
||||
and `textile` input (and is used by default).
|
||||
|
||||
* `tex_math_dollars`, `tex_math_single_backslash`, and
|
||||
`tex_math_double_backslash` can be used with `html` input.
|
||||
(This is handy for reading web pages formatted using MathJax,
|
||||
for example.)
|
||||
|
||||
Producing slide shows with Pandoc
|
||||
=================================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue