diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -329,6 +329,11 @@ For further documentation, see the `pandoc(1)` man page. `--gladtex`, and `--mimetex` for alternative ways of dealing with math in HTML.) +`--mathml` +: causes `pandoc` to convert all TeX math to MathML. + In standalone mode, a small javascript will be inserted that allows + the MathML to be viewed on some browsers. + `--jsmath`*=[url]* : causes `pandoc` to use the [jsMath] script to display TeX math in HTML or S5. The *url* should point to the jsMath load |