One missing feature that I'd love that is not built in into the original react-katex or katex itself is parsing text. This is normally achieved in katex by using the auto-render plugin. The structure I am thinking off is having a prop (e.g. parse) that you can pass to activate it, as well as some config to define which delimiters to use. There would be another file on the source folder (e.g. parse.ts) and it would be dynamically imported if the parse prop is true.
One missing feature that I'd love that is not built in into the original react-katex or katex itself is parsing text. This is normally achieved in katex by using the auto-render plugin. The structure I am thinking off is having a prop (e.g.
parse
) that you can pass to activate it, as well as some config to define which delimiters to use. There would be another file on the source folder (e.g.parse.ts
) and it would be dynamically imported if theparse
prop is true.