KaTeX – Fast math typesetting for the web(github.com)
github.com
KaTeX – Fast math typesetting for the web
https://github.com/Khan/KaTeX
1 comments
Can I just add $$x^2$$ to my text and have KaTeX render it automatically (like MathJax does), or do I have to use katex.render() directly?
katex.render() if I recall.