Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.38k stars 314 forks source link

How to extend the syntax of easymde ? #481

Open MohamedAliRashad opened 2 years ago

MohamedAliRashad commented 2 years ago

I want to add a certain symbol that reads text after it and transform it into a certain HTML ... How can I do something like this ?

Ionaru commented 2 years ago

You can change or extend the marked package and pass that to EasyMDE through the renderingConfig or previewRender options.

More info here: https://marked.js.org/using_pro