You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a similar issue, as well as related issues. The problem is that WrappedDomTree.diffTo returns the #text node of the .math.inline node generated by pandoc. Since it is returned as a replacement and not an insertion, the frontend will not attempt to re-render it (through a call to MathJax.Hub.Typeset).
Sadly I'm not familiar enough with the code that does the diffing, but it appears to me that we would have to find a way for the .math.inline node to get tagged as changed instead of its #text node. This way, we would be able to replace said node in the DOM and have MathJax typeset it.
Hallo,
editing an equation in a file that is being previewd does not seem to work properly:
pictures:
The text was updated successfully, but these errors were encountered: