mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
* Remove Object.assign() in auto-render which requires expensive polyfill * Remove underscore.js from LICENSE * Rename to LICENSE and update year * Lint `contrib` codes
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.