-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
3.2 setting adaptiveCSS to false does not generate full css #2724
Comments
Thanks for the report. The handling of the adaptive CSS was updated substantially in v3.2, and it looks like there is a spot where the Can you use |
Setting It was set to false because we tried to render math on some slow devices. If the css updates dynamically, the page will filcker when the browser reloads css. |
The 3.2 release includes better handling of the CSS updates that should reduce or eliminate the flicker. Give it a try and see if that is an improvement for you. |
Hello! I use |
@Eumeryx, if you do multiple |
Make sure all character data is included when adaptiveCSS is false. (mathjax/MathJax#2724)
Issue Summary
Setting adaptiveCSS to false only generate the necessary css to render the initial maths.
New maths add to page do not render correctly.
Steps to Reproduce:
Technical details:
Supporting information:
https://codepen.io/mt4c/pen/PomoRmQ
The text was updated successfully, but these errors were encountered: