jefago / tiny-markdown-editor

TinyMDE: A tiny, dependency-free embeddable HTML/JavaScript Markdown editor.
MIT License
96 stars 12 forks source link

Adding colour for $...$ #75

Open artistl opened 4 weeks ago

artistl commented 4 weeks ago

How can I syntax highlight everything between dollar signs (for latex math)?

jefago commented 4 weeks ago

You would have to add a replacement to the inlineGrammar object, similar to the code one here: https://github.com/jefago/tiny-markdown-editor/blob/2bb78a83ea1fabf386e0c767261d8b7f63aa90c7/src/grammar.js#L140-L143