xiaoheiAh/hugo-theme-pure

math rendering?

cani-venatici opened this issue · 2 comments

How do you set up math rendering??

hugo new site folder
cd folder
git clone <repo> ./themes/pure

copied config.yml from exampleSite

hugo new posts/test.mmark
echo \$\$a+b=c\$\$ >> ./content/posts/test.mmark
hugo server -D

but math renders as \(a+b=c\)

Also /layouts/partials/math.html in the repo calls mathjax instead of katex, contrary to what instructions say.

Am I missing something?

Already fixed.Please pull latest update.

hi @cani-venatici
if this pr has solved your issue, please let me know or just close this issue~thanks