harunurhan / react-latex-next

Render LaTeX in React apps
https://react-latex.netlify.app
76 stars 13 forks source link

splitAtDelimiters.js is outdated #28

Closed michamos closed 3 years ago

michamos commented 3 years ago

One of the important new features of Katex 0.13 (for us at least) is the better handling of delimiters added in https://github.com/KaTeX/KaTeX/pull/2679. However, this library copy/pastes the auto-render extension of Katex where those changes were made, so it doesn't benefit from them. They would need to be updated along the same lines.