More function expose workaround for reveal-markdown.js
This commit is contained in:
@@ -51,6 +51,7 @@ var filterXSSOptions = {
|
||||
function preventXSS(html) {
|
||||
return filterXSS(html, filterXSSOptions);
|
||||
}
|
||||
window.preventXSS = preventXSS;
|
||||
|
||||
module.exports = {
|
||||
preventXSS: preventXSS
|
||||
|
||||
Reference in New Issue
Block a user