As the topic says. I would like revert/undo rendering and make the page look like it did before MathJax processed it. Preferably doing this for all math inside some given DOM element.
Essentially I want to toggle math rendering on/off. How can I achieve this?
I have found how to render new content: MathJax.Hub.Queue(['Typeset', MathJax.Hub]), or by specifying an element MathJax.Hub.Queue(['Typeset', MathJax.Hub, myElem]). Now how do I revert that?