Closed BuddhiLW closed 3 years ago
No idea. Given it is a JS library, it has little to do with the backend code. You need to dig into the problem in the frontend, I guess. Could the async
be causing the problems, the script being loaded too late??
I found the following from MathJax documentation. Likely, it would be great to adapt or write a Cryogen Plug-in as other content-management systems have. But, that is only a feature request, it's unlikely someone will do it immediately.
Interactions with Content-Management Systems
Such systems need to be told not to modify the mathematics that appears between math delimiters. That usually involves modifying the content-management system itself, which is beyond the means of most page authors. If you are lucky, someone else will already have done this for you, and you may be able to find a MathJax plugin for your system using a web search.
https://docs.mathjax.org/en/latest/input/tex/html.html#interactions-with-content-management-systems
Hello, greetings!
I'm using cryogen for my website www.buddhilw.com and I use a lot of LaTeX in my annotations.
I have put MathJax into base.html,
Just as is customary [https://www.mathjax.org/#gettingstarted](in the MathJax documentation.) But, then, my website do not properly renders equations. Is there any known bug, or solution to rendering LaTeX in Cryogen?