aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-09-08 22:13:48 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-09-08 22:13:48 -0700
commit9bd371acd146489ccd099c77c6d18833ab51144c (patch)
tree922ef9df9f7eaa53aa3818f182d49da3fdfb550c /README
parentc4639e5d2cc18449aae4fd34f5f4598ab4a1eb14 (diff)
downloadpandoc-9bd371acd146489ccd099c77c6d18833ab51144c.tar.gz
README: Properly escape `$` characters.
Otherwise they mess up the LaTeX benchmark, which uses a version of README converted to LaTeX.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 4ac115a19..63a653d25 100644
--- a/README
+++ b/README
@@ -1813,11 +1813,11 @@ HTML, Slidy, DZSlides, S5, EPUB
styled differently from the surrounding text if needed.
2. If the `--latexmathml` option is used, TeX math will be displayed
- between $ or $$ characters and put in `<span>` tags with class `LaTeX`.
+ between `$` or `$$` characters and put in `<span>` tags with class `LaTeX`.
The [LaTeXMathML] script will be used to render it as formulas.
(This trick does not work in all browsers, but it works in Firefox.
In browsers that do not support LaTeXMathML, TeX math will appear
- verbatim between $ characters.)
+ verbatim between `$` characters.)
3. If the `--jsmath` option is used, TeX math will be put inside
`<span>` tags (for inline math) or `<div>` tags (for display math)