Skip to content

Commit

Permalink
Documented use of extensions with non-markdown input formats.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 7, 2013
1 parent bc2c0fd commit 6ba5116
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
=================================

Expand Down

0 comments on commit 6ba5116

Please sign in to comment.