summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-12-06 17:40:11 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2013-12-06 17:40:11 -0800
commit6ba51165b0979f5e07a8175e4c9fd878497c20e3 (patch)
tree3fb0c56f611743aaaaa16dce901d36643522990c /README
parentbc2c0fd443cf67046b6690400fa7a3049cf164fa (diff)
Documented use of extensions with non-markdown input formats.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index deda5ed3c..ef22b1e09 100644
--- a/README
+++ b/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
=================================