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 another approach to fix #40 (return 403 on false Content-Type) 2013-12-04 23:36:48 +01:00
test_comments.py allow raw HTML markup for a few (whitelisted) tags 2014-01-12 14:44:39 +01:00
test_cors.py isso.dispatch now dispatches multiple sites based on relative URLs 2013-12-08 19:09:56 +01:00
test_guard.py fix unittest for werkzeug==0.8 2013-11-18 12:40:27 +01:00
test_migration.py add test for disqus import 2013-12-18 13:08:54 +01:00
test_vote.py another approach to fix #40 (return 403 on false Content-Type) 2013-12-04 23:36:48 +01:00