Files
KaTeX/contrib/auto-render
Paul Zinn-Justin b34175bd92 fix: rewrite of splitAtDelimiters.js -- new fix for #2523 (#2679)
* rewrite of splitAtDelimiters.js -- new fix for #2523

* fix splitAtDelimiters test

* minor changes to splitAtDelimiters

* tweak the indentation a bit

Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
Co-authored-by: Kevin Barabash <kevinb7@gmail.com>
2020-12-26 14:14:31 -05:00
..
2018-07-29 11:36:27 -07:00
2018-08-31 04:08:02 -04:00

Auto-render extension

This is an extension to automatically render all of the math inside of text. It searches all of the text nodes in a given element for the given delimiters, and renders the math in place.

See Auto-render extension documentation for more information.