Why is this breaking in instant mode? #3037
-
So recently, I've finally been experimenting with instant mode again, and it works great. It allowed me to create interactive playgrounds for Python over here. Pyodide loads once for the site, and resposne is pretty good. So I've been trying to get instant going in Pymdown Extensions. But there seems to be some weird issue related to instant. I had to switch over to KaTeX as MathJax is just too hard to get going in instant, but let's take both of them out of the equation. So in this example, I'm not running any math JS libraries. simply running Arithmatex in
So it is just spitting out What is it doing and how can I make it stop? 🙃 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
Hmm, I need a reproducible example to debug this. I've just checked and instant loading works nicely with Arithmatex. I've also tested with the
Everything renders as expected. Edit:
If I remove the Math libraries, the content is just rendered as-is. No errors in the console. |
Beta Was this translation helpful? Give feedback.
Hmm, I need a reproducible example to debug this. I've just checked and instant loading works nicely with Arithmatex. I've also tested with the
\begin{align}
syntax, replacing the$$
I'm using in the docs in the MathJax guide:Everything renders as expected.
Edit:
If I remove the Math libraries, the content is just rendered as-is. No errors in the console.