We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is about editing math-heavy text in fully-initialized document; see #19 for init performance.
.Text(newmath)
.Rerender()
Could Hub.Update() do the jib instead a custom caching scheme?! http://docs.mathjax.org/en/latest/api/hub.html#Update
Hub.Update()
The text was updated successfully, but these errors were encountered:
Easy ways to test: painfully slow on Android (specifically, Firefox works well but slow).
Sorry, something went wrong.
benweet/stackedit#25 has useful info.
Migrated to cben/CodeMirror-MathJax#15 where it belongs.
See also cben/CodeMirror-MathJax#14 for first-pass performance which is a much more critical problem.
Closing the bug here.
No branches or pull requests
This is about editing math-heavy text in fully-initialized document; see #19 for init performance.
.Text(newmath)
http://docs.mathjax.org/en/latest/typeset.html#manipulating-individual-math-elements
.Rerender()
if only token class changed.Could
Hub.Update()
do the jib instead a custom caching scheme?!http://docs.mathjax.org/en/latest/api/hub.html#Update
The text was updated successfully, but these errors were encountered: