Merge a0fb97d1f5ecc207336cb9b83871e68a24190332 into e32fe3f91c2d45f27f72a3662133b1c0e1a5bda1

This commit is contained in:
Nathanaël 2019-02-07 10:51:29 +00:00 committed by GitHub
commit f1ce245d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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