aboutsummaryrefslogtreecommitdiff
path: root/web/demos
diff options
context:
space:
mode:
Diffstat (limited to 'web/demos')
-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@@