Comment on KaTeX: Math typesetting for the webparentComments−cben11yAccording to that code, the way to know you need to fallback to MathJax is simply catching `katex.ParseError.prototype`: https://github.com/Khan/react-components/blob/406d2210cfb1af...Q: does this fallback method also cover browsers not supported by KaTeX but supported by MathJax?
Comments
According to that code, the way to know you need to fallback to MathJax is simply catching `katex.ParseError.prototype`: https://github.com/Khan/react-components/blob/406d2210cfb1af...
Q: does this fallback method also cover browsers not supported by KaTeX but supported by MathJax?