-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer inject MathJax config by default #5514
Conversation
src/lib/svg_text_utils.js
Outdated
inlineMath: [['$', '$'], ['\\(', '\\)']] | ||
}, | ||
displayAlign: 'left', | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we still want all of the code you removed from svg_text_utils
- store the existing config, set our own, and replace the original config at the end. That way we get the config we want without interfering with anything the rest of the page might be doing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃 Love it.
@alexcjohnson this PR is the one that makes |
Yes. |
cc: #5395
@plotly/plotly_js