mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
More function expose workaround for reveal-markdown.js
This commit is contained in:
parent
70c20aadda
commit
e10203b7e9
3 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,7 @@ var filterXSSOptions = {
|
|||
function preventXSS(html) {
|
||||
return filterXSS(html, filterXSSOptions);
|
||||
}
|
||||
window.preventXSS = preventXSS;
|
||||
|
||||
module.exports = {
|
||||
preventXSS: preventXSS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue