aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-31 10:32:40 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-31 10:32:40 -0800
commit38808284155ea83b7287a622759f566ccf884421 (patch)
treed3d1a44c4fe72a820e59a6761535fbd65eec0338 /README
parentccd61a5372088e74eadd4400b431ca9dc58b7112 (diff)
downloadpandoc-38808284155ea83b7287a622759f566ccf884421.tar.gz
Support `--mathml` flag in docbook.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 10 insertions, 4 deletions
diff --git a/README b/README
index e2a25e2f2..287c0c4b0 100644
--- a/README
+++ b/README
@@ -544,9 +544,10 @@ Math rendering in HTML
so it can be cached.
`--mathml`[=*URL*]
-: Convert TeX math to MathML. In standalone mode, a small javascript
- (or a link to such a script if a *URL* is supplied) will be inserted that
- allows the MathML to be viewed on some browsers.
+: Convert TeX math to MathML (works with `docbook` as well as `html`).
+ In standalone mode, a small javascript (or a link to such a script if a
+ *URL* is supplied) will be inserted that allows the MathML to be viewed on
+ some browsers.
`--jsmath`[=*URL*]
: Use [jsMath] to display embedded TeX math in HTML output.
@@ -1652,10 +1653,15 @@ MediaWiki
Textile
~ It will be rendered inside `<span class="math">` tags.
-RTF, DocBook, OpenDocument, ODT
+RTF, OpenDocument, ODT
~ It will be rendered, if possible, using unicode characters,
and will otherwise appear verbatim.
+Docbook
+ ~ If the `--mathml` flag is used, it will be rendered using mathml
+ in an `inlineequation` or `informalequation` tag. Otherwise it
+ will be rendered, if possible, using unicode characters.
+
Docx
~ It will be rendered using OMML math markup.