aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-19 16:12:04 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-19 16:12:04 +0000
commit35be1e27773c8d037fc28b172edc5236bd0a4130 (patch)
tree223e76b1747c1e5c14434207e18dcb4d0310b974
parent2250ca701d8b3ff6ca5cb6a929f65b284bf8d0a0 (diff)
downloadpandoc-35be1e27773c8d037fc28b172edc5236bd0a4130.tar.gz
Updated web demos to include --mathml.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1917 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--web/demos3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/demos b/web/demos
index 72ac431c0..fda8f1fa3 100644
--- a/web/demos
+++ b/web/demos
@@ -78,7 +78,8 @@ click on the name of the output file:
17. TeX math in HTML:
@ pandoc @@math.text@@ -s -o @@mathDefault.html@@
-@ pandoc @@math.text@@ -s -m -o @@mathAsciimathml.html@@
+@ pandoc @@math.text@@ -s --mathml -o @@mathMathML.html@@
+@ pandoc @@math.text@@ -s -m -o @@mathLaTeXMathML.html@@
@ pandoc @@math.text@@ -s --mimetex=/cgi-bin/mimetex.cgi -o @@mathMimetex.html@@
@ pandoc @@math.text@@ -s --gladtex -o mathGladtex.htex
@ gladtex @@mathGladtex.htex@@ # produces @@mathGladtex.html@@