How to set html content as value in simpleMDE texteditor

373 views Asked by At

I am having value which contains HTML tags in it. I want to render it as initial value of SimpleMDE editor. I have tried

simplemde.value(content)

But it just render it as simple RAW data with all the HTML tags displaying in texteditor field area.

0

There are 0 answers