From 9916f421dc79a17afa16cdd53c0c4803dd424907 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 18 Nov 2017 13:58:40 -0800 Subject: 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. --- MANUAL.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MANUAL.txt b/MANUAL.txt index 7d6d56f48..934556c8a 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -2930,7 +2930,7 @@ Or, without the `bracketed_spans` extension: Small caps For compatibility with other Markdown flavors, CSS is also supported: - + Small caps 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 -- cgit v1.2.3