summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2020-08-31 19:03:21 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2020-08-31 19:03:21 +0200
commit82d4afd96effbb46edd115b77575b5e8df0510da (patch)
treebdbc3142e51e5a2b509f407d3c40ecc241f4ddd1
parent75e461f88ac651f8858841528c81d451a69f9835 (diff)
Mathml support
-rw-r--r--Makefile.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.scm b/Makefile.scm
index 94834f3..ba23754 100644
--- a/Makefile.scm
+++ b/Makefile.scm
@@ -74,6 +74,7 @@ exec chibi-scheme -A utils/ $0 $@
"--to=html"
"-o" (make-path outpath "web-simple.html")
"--standalone"
+ "--mathml"
"--no-highlight"
"--data-dir=."
(string-append "--resource-path=" input)
@@ -99,6 +100,7 @@ exec chibi-scheme -A utils/ $0 $@
"--to=html"
"-o" (make-path outpath "web.html")
"--standalone"
+ "--mathml"
"--self-contained"
"--base-header-level=2" ;"--shift-heading-level-by=-1" is the new way
"--data-dir=."