Clean up
This commit is contained in:
@@ -16,6 +16,7 @@ Site.config.out_dir = "html/"
|
||||
-- Configure the command our custom renderer uses to convert markdown to html
|
||||
rend = "renderers.markdown"
|
||||
require(rend).cmd = "pandoc --mathjax >"
|
||||
-- require(rend).cmd = "pandoc --mathjax -f json >"
|
||||
|
||||
-- Insert custom renderer in the first position so it will be preferred
|
||||
table.insert Site.default_renderers, 1, rend
|
||||
|
||||
Reference in New Issue
Block a user