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
When _use_fence is set to False* the open bracket is not generated correctly. The added mo is treated like mfenced and is made a parent rather than a sister of the subsequent elements.
When
_use_fence
is set toFalse
* the open bracket is not generated correctly. The addedmo
is treated likemfenced
and is made a parent rather than a sister of the subsequent elements.asciimathml/asciitomathml/asciitomathml.py
Line 644 in 3bf2a2d
A fix looks like this:
*) mfenced is deprecated, and Firefox > 73 has dropped support for it
https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mfenced
The text was updated successfully, but these errors were encountered: