##// END OF EJS Templates
markdown: use bleach to cleanup html from markdown. This also enabled strict...
markdown: use bleach to cleanup html from markdown. This also enabled strict non XSS subset of html to be enable on markdown.

File last commit:

r2423:ce5d852c default
r2440:86196e6b default
Show More
.coveragerc
16 lines | 180 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/*
omit =
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
[report]
exclude_lines =
raise NotImplementedError