mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-07-30 05:14:28 -06:00
Set sanitize marked option to true by default
This commit is contained in:
parent
e32fe3f91c
commit
a0fb97d1f5
@ -1456,6 +1456,7 @@ SimpleMDE.prototype.markdown = function(text) {
|
||||
}
|
||||
}
|
||||
|
||||
markedOptions.sanitize = true;
|
||||
|
||||
// Set options
|
||||
marked.setOptions(markedOptions);
|
||||
|
Loading…
x
Reference in New Issue
Block a user