MindMap/frontend/node_modules/katex/contrib/auto-render
lixinran b5c56d4946 feat: 修复markdown表格渲染问题
- 正确配置Mind Elixir的markdown渲染器,支持表格渲染为HTML格式
2025-09-10 15:27:37 +08:00
..
test feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00
README.md feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00
auto-render.js feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00
index.html feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00
splitAtDelimiters.js feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00

README.md

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.