Test/node_modules/katex/contrib/auto-render
2026-04-09 22:54:00 +07:00
..
test Initial commit 2026-04-09 22:54:00 +07:00
auto-render.ts Initial commit 2026-04-09 22:54:00 +07:00
index.html Initial commit 2026-04-09 22:54:00 +07:00
README.md Initial commit 2026-04-09 22:54:00 +07:00
splitAtDelimiters.ts Initial commit 2026-04-09 22:54:00 +07: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.