aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-02 02:50:41 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-12-02 02:50:41 +0000
commitd411b104389bf4a458ebdd8f23998316b90b0aa3 (patch)
tree1bd330c4563cd1645bc5e0e876694e48ca9b4fea /README
parentd1832da9e104d61aa6ee0161aefeabf4aef9bbd2 (diff)
downloadpandoc-d411b104389bf4a458ebdd8f23998316b90b0aa3.tar.gz
Put math in HTML inside <span class="math">.
This way it can be distinguished from the surrounding text, e.g. put in a different font. Updated README accordingly. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1130 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index d58669987..0564c7328 100644
--- a/README
+++ b/README
@@ -862,7 +862,9 @@ In HTML and S5 output, the way math is rendered will depend on the
command-line options selected:
1. The default is to render TeX math as far as possible using unicode
- characters, as with RTF and Docbook output.
+ characters, as with RTF and Docbook output. Formulas are put inside
+ a `span` with `class="math"`, so that they may be styled differently
+ from the surrounding text if needed.
2. If the `--asciimathml` option is used, TeX math will be displayed
between $ characters, as in LaTeX, and the [ASCIIMathML] script will