diff --git a/notebook/static/base/js/markdown.js b/notebook/static/base/js/markdown.js index 94b8850140..492ac37554 100644 --- a/notebook/static/base/js/markdown.js +++ b/notebook/static/base/js/markdown.js @@ -106,7 +106,7 @@ define([ html = mathjaxutils.replace_math(html, math); } if(options.sanitize) { - html = $(security.sanitize_html_and_parse(html)); + html = $(security.sanitize_html_and_parse(html, true)); } } callback(err, html);