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 get the html value of the editor ? #473

Open MohamedAliRashad opened 2 years ago

MohamedAliRashad commented 2 years ago

I am able to get the values in the editor using editor.value(), but it returns the text as markdown string. I would be happier if it can return the text as an html string.

Is this possible ?