pagedown icon indicating copy to clipboard operation
pagedown copied to clipboard

Error in documentation, there is a bracket missing

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

Fairly simple.
Looking at the in-browser example for the Markdown.Sanitizer.js...

document.write(converter.makeHtml("<script>alert(42);</script><b>bold"); // 
creates "alert(42);bold"

you can find that there is only one closing bracket before the ;




Original issue reported on code.google.com by [email protected] on 25 Sep 2012 at 8:09

GoogleCodeExporter avatar Sep 12 '15 05:09 GoogleCodeExporter