From 9ca54d45a188416ef22703e1cbfc7ced57bb963d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 10 Mar 2015 23:08:35 -0700 Subject: Fix mixed-genre issues; compile --- compile.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'compile.lua') diff --git a/compile.lua b/compile.lua index f70cfbc..765f348 100644 --- a/compile.lua +++ b/compile.lua @@ -84,7 +84,11 @@ end if intable(args, '-html') then print("Compiling HTML ... ") - compile(files, "html5", "html", ".template.html", { "smart", "mathml" }) + compile(files, "html5", "html", ".template.html", { + "smart", + "mathml", + "section-divs", + }) -- move(tabsub(files,'^.*/(.*)%.txt','%1.html'), ".") end if intable(args, '-river') then -- cgit 1.4.1-21-gabe81