You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using simplemde for markdown editor but when I am converting the value into HTML by simplemde.value() it will return null value.
var simplemde = new SimpleMDE({element: document.getElementById("MyAnswer")}); document.getElementById("answercontent").value = simplemdesimplemde.options.previewRender(simplemde.value());
The text was updated successfully, but these errors were encountered:
I am using simplemde for markdown editor but when I am converting the value into HTML by simplemde.value() it will return null value.
var simplemde = new SimpleMDE({element: document.getElementById("MyAnswer")}); document.getElementById("answercontent").value = simplemdesimplemde.options.previewRender(simplemde.value());
The text was updated successfully, but these errors were encountered: