Tagged Questions

1
vote
2answers
3k views

Simple HTML sanitizer in Javascript

I'm looking for a simple HTML santizer written in JavaScript. It doesn't need to be 100% XSS secure. I'm implementing Markdown and the WMD Markdown editor (The SO master branch from github) on my ...