I’m using cloudflare pages together with hugo a static site generator. I enabled MathJax for hugo following this tutorial:
This works and I’m able to render equations on my website. However when I push my code to cloudflare no equations are rendered just the raw input code:
I think cloudflare is doing some kind of optimisation that doesn’t allow MathJax to render the equations.