diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-07-12 10:39:44 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-07-12 10:39:44 -0700 |
commit | 81eb460deae932e6db3a8682c979ad325c503ce9 (patch) | |
tree | 9a600a22c716344c42d16f65d2b06776c6f3d160 | |
parent | 6442e185b3bbdbe3d8207fce94de93fbd6979da1 (diff) | |
download | pandoc-81eb460deae932e6db3a8682c979ad325c503ce9.tar.gz |
Added note on MathJax. Closes #558.
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1754,6 +1754,10 @@ HTML, Slidy, Slideous, DZSlides, S5, EPUB with the URL provided. If no URL is specified, the Google Chart API will be used (`http://chart.apis.google.com/chart?cht=tx&chl=`). + 7. If the `--mathjax` option is used, TeX math will be displayed + between `\(...\)` (for inline math) or `\[...\]` (for display + math) and put in `<span>` tags with class `math`. + The [MathJax] script will be used to render it as formulas. Raw HTML -------- |