6 ms·
It would be helpful to know what KaTeX can and cannot do.
by brendano 12y ago
It would be helpful to know what KaTeX can and cannot do.
- xymostech 12y agoThere's a list of functions it supports here: https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX Most inline math is done, but we're missing a bunch of individual symbols (see CONTRIBUTING.md in the repo if you'd like to contribute!) The main things we're missing are environments (i.e. \begin and \end), but we'll be working on those soon!