uiwjs / react-markdown-editor

A markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-markdown-editor
MIT License
337 stars 34 forks source link

Does is support latex? #224

Open limbanga opened 3 months ago

jaywcjlove commented 3 months ago

@limbanga Here is an example of implementing LaTeX support in Markdown. This component is based on CodeMirror v6.

https://github.com/jupyterlab/jupyterlab/pull/14509/files#diff-465fea67370db5a57e30760b80c2c89d87edaa21a5303e50bed3f2c6b1c3bfabR65-R74

jaywcjlove commented 3 months ago

@limbanga https://discuss.codemirror.net/t/markdown-and-latex-syntax-highlighting/4382