From 94fd25d1642dcbd73bae8633182f6a7147c7adfd Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 3 Mar 2015 16:13:50 -0700 Subject: Add support for MathML --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index 7e48f6e..c07f80c 100644 --- a/compile.sh +++ b/compile.sh @@ -7,7 +7,7 @@ for file in src/*.txt; do # TODO: change this to work with globs & args & stuff -t html5 \ --template=_template.html \ --smart \ - --mathjax \ + --mathml \ $file \ -o "${file%.txt}.html" echo " Done." -- cgit 1.4.1-21-gabe81