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
MathJax become unresponsive and consuming 100% CPU on following LaTeX. Timeout setting does not help :(
const mathjax = require('mathjax-node'); mathjax.start(); equation = 'so\\ i\\ did\\ _{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{_{=-----------------------------------------------------------------------------------------------------------------------------------}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}9315'; mathjax.typeset( { math: equation , format: 'TeX' , svg: true , linebreaks: true , timeout: 10 * 1000 } , function (data) { console.log(data); } );
Any ideas how to solve this?
The text was updated successfully, but these errors were encountered:
This appears to be a problem in the line-breaking algorithm. Can you turn that off for this example?
Sorry, something went wrong.
Well, it's user generated content through Equation Editor, so I can't predict what would it be. And for big texts I need line breaks :(
No branches or pull requests
MathJax become unresponsive and consuming 100% CPU on following LaTeX. Timeout setting does not help :(
Any ideas how to solve this?
The text was updated successfully, but these errors were encountered: