Set sanitize marked option to true by default

pull/742/head
Nathanaël Jourdane 5 years ago
parent e32fe3f91c
commit a0fb97d1f5

@ -1456,6 +1456,7 @@ SimpleMDE.prototype.markdown = function(text) {
} }
} }
markedOptions.sanitize = true;
// Set options // Set options
marked.setOptions(markedOptions); marked.setOptions(markedOptions);

Loading…
Cancel
Save