isso/specs
Martin Zimmermann 3713d5e8ee allow raw HTML markup for a few (whitelisted) tags
To be compatible with comments from Disqus (and users unfamiliar with
Markdown), Misaka no longer disables user-inputted HTML, but the
generated HTML is now post-processed and all "unsafe" tags (not
possible with Markdown) are discarded.

Whitelist: p, a, pre, blockquote, h1-h6, em, sub, sup, del, ins, math,
           dl, ol, ul, li

This commit also removes an unnecessary newline generated by
Misaka/Sundown.
2014-01-12 14:44:39 +01:00
..
disqus.xml add test for disqus import 2013-12-18 13:08:54 +01:00
fixtures.py
test_comments.py allow raw HTML markup for a few (whitelisted) tags 2014-01-12 14:44:39 +01:00
test_cors.py
test_guard.py
test_migration.py add test for disqus import 2013-12-18 13:08:54 +01:00
test_vote.py