Closed henrique-barreto closed 3 years ago
Hello,
how can I add a katex parser to the editor, just like Stackedit.js?
StackEdit renders mathematics from LaTeX expressions inside your markdown file.
You will probably need a custom markdown preview: https://github.com/RIP21/react-simplemde-editor#custom-preview-rendering-example
See: https://github.com/remarkjs/remark-react
https://github.com/remarkjs/remark-math
@btzr-io exactly. You're right :)
Hello,
how can I add a katex parser to the editor, just like Stackedit.js?