Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hackmdio/codimd
/ preventXSS
Function
preventXSS
public/js/render.js:70–72 ·
view source on GitHub ↗
(html)
Source
from the content-addressed store, hash-verified
68
}
69
70
function
preventXSS (html) {
71
return
filterXSS(html, filterXSSOptions)
72
}
73
window.preventXSS = preventXSS
74
75
export
{ preventXSS }
Callers
4
pretty.js
File · 0.90
updateViewInner
Function · 0.90
slide.js
File · 0.90
convertSlides
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected