mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-23 09:54:28 -06:00
Updated documentation
This commit is contained in:
parent
8295aa6a5a
commit
67f75535ad
@ -266,6 +266,11 @@ const editor = new EasyMDE({
|
|||||||
preview.innerHTML = customMarkdownParser(plainText);
|
preview.innerHTML = customMarkdownParser(plainText);
|
||||||
}, 250);
|
}, 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...";
|
return "Loading...";
|
||||||
},
|
},
|
||||||
promptURLs: true,
|
promptURLs: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user