##// END OF EJS Templates
markdown: improved styling, and fixed nl2br extensions to only do br on new elements not inline....
markdown: improved styling, and fixed nl2br extensions to only do br on new elements not inline. - backported the code from latest markdown which we don't support.

File last commit:

r3982:8517825c default
r4533:74d334b4 default
Show More
.coveragerc
17 lines | 208 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/*
omit =
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
rhodecode/lib/_vendor/*
[report]
exclude_lines =
raise NotImplementedError