README: Properly escape $
characters.
Otherwise they mess up the LaTeX benchmark, which uses a version of README converted to LaTeX.
This commit is contained in:
parent
c4639e5d2c
commit
9bd371acd1
1 changed files with 2 additions and 2 deletions
4
README
4
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)
|
||||
|
|
Loading…
Reference in a new issue