about summary refs log tree commit diff stats
path: root/compile.lua
diff options
context:
space:
mode:
Diffstat (limited to 'compile.lua')
-rw-r--r--compile.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/compile.lua b/compile.lua index f70cfbc..765f348 100644 --- a/compile.lua +++ b/compile.lua
@@ -84,7 +84,11 @@ end
84 84
85if intable(args, '-html') then 85if intable(args, '-html') then
86 print("Compiling HTML ... ") 86 print("Compiling HTML ... ")
87 compile(files, "html5", "html", ".template.html", { "smart", "mathml" }) 87 compile(files, "html5", "html", ".template.html", {
88 "smart",
89 "mathml",
90 "section-divs",
91 })
88 -- move(tabsub(files,'^.*/(.*)%.txt','%1.html'), ".") 92 -- move(tabsub(files,'^.*/(.*)%.txt','%1.html'), ".")
89end 93end
90if intable(args, '-river') then 94if intable(args, '-river') then