easy-markdown-editor
easy-markdown-editor copied to clipboard
How to get the html value of the editor ?
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 ?