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
linuxbckp
changed the title
MathJax mj() function used to has correct output but now has wrong output
MathJax mj() function used to have correct output but now has wrong output
Jun 20, 2024
Steps To Reproduce
sage: from sage.misc.html import MathJax
sage: mj = MathJax()
sage: mj('y = x^2 + 2^(x*y) + y^2')
sage: from sage.misc.html import MathJax
sage: mj = MathJax()
sage: mj('y = x^2 + 2^(x*y) + y^2')
Expected Behavior
Actual Behavior
Additional Information
No response
Environment
Checklist
The text was updated successfully, but these errors were encountered: