This commit is contained in:
2025-06-16 20:18:05 -07:00
parent 14dd4f24c2
commit dbc71b4c0b
4 changed files with 1 additions and 75 deletions

View File

@@ -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