Updated documentation

pull/471/head
Lennart Vogelsang 2 years ago
parent 8295aa6a5a
commit 67f75535ad
No known key found for this signature in database
GPG Key ID: DD9053639FE86BE8

@ -266,6 +266,11 @@ const editor = new EasyMDE({
preview.innerHTML = customMarkdownParser(plainText);
}, 250);
// If you return null, the innerHTML of the preview will not
// be overwritten. Useful if you control the preview node's content via
// vdom diffing.
// return null;
return "Loading...";
},
promptURLs: true,

Loading…
Cancel
Save