MANUAL: clarify that math extensions work with HTML.

Clarify that `tex_math_dollars` and `tex_math_single_backslash`
will work with HTML as well as Markdown.
This commit is contained in:
John MacFarlane 2017-11-18 13:58:40 -08:00
parent 47e74742a8
commit 9916f421dc

View file

@ -2930,7 +2930,7 @@ Or, without the `bracketed_spans` extension:
<span class="smallcaps">Small caps</span>
For compatibility with other Markdown flavors, CSS is also supported:
<span style="font-variant:small-caps;">Small caps</span>
This will work in all output formats that support small caps.
@ -2998,6 +2998,8 @@ HTML, Slidy, DZSlides, S5, EPUB
command-line options selected. Therefore see [Math rendering in HTML]
above.
This extension can be used with both `markdown` and `html` input.
[interpreted text role `:math:`]: http://docutils.sourceforge.net/docs/ref/rst/roles.html#math
Raw HTML
@ -3708,6 +3710,8 @@ TeX math, and anything between `\[` and `\]` to be interpreted
as display TeX math. Note: a drawback of this extension is that
it precludes escaping `(` and `[`.
This extension can be used with both `markdown` and `html` input.
#### Extension: `tex_math_double_backslash` ####
Causes anything between `\\(` and `\\)` to be interpreted as inline