aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-31 10:47:48 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-31 10:47:48 -0800
commite9a270d03b4eb1d7deb807d0bd2a940dde5c9fde (patch)
treec9c25da26783a55dd8efd8799319b01e1d9e399f /README
parent38808284155ea83b7287a622759f566ccf884421 (diff)
downloadpandoc-e9a270d03b4eb1d7deb807d0bd2a940dde5c9fde.tar.gz
Don't include mathml javascript for html5 output.
mathml is supposed to be supported in HTML5.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 287c0c4b0..8de5310ee 100644
--- a/README
+++ b/README
@@ -544,10 +544,10 @@ Math rendering in HTML
so it can be cached.
`--mathml`[=*URL*]
-: Convert TeX math to MathML (works with `docbook` as well as `html`).
- In standalone mode, a small javascript (or a link to such a script if a
- *URL* is supplied) will be inserted that allows the MathML to be viewed on
- some browsers.
+: Convert TeX math to MathML (in `docbook` as well as `html` and `html5`).
+ In standalone `html` output, a small javascript (or a link to such a
+ script if a *URL* is supplied) will be inserted that allows the MathML to
+ be viewed on some browsers.
`--jsmath`[=*URL*]
: Use [jsMath] to display embedded TeX math in HTML output.