not-matthias / apollo

Modern and minimalistic blog theme.
https://not-matthias.github.io/apollo
MIT License
122 stars 70 forks source link

MathJax not rendering #23

Closed rtedwards closed 1 year ago

rtedwards commented 1 year ago

MathJax is not rendering

Screenshot 2023-07-24 at 09 56 31
not-matthias commented 1 year ago

You need to enable it in the config:

mathjax = true
mathjax_dollar_inline_enable = true

After doing that, it works as expected: image