Merge pull request #6160 from krassowski/patch-1

Use default JupyterLab CSS sanitizer options for Markdown
Zachary Sailer 5 years ago committed by GitHub
commit c06c340574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);

Loading…
Cancel
Save