isso/specs
Martin Zimmermann 104afa8fa2 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.

Conflicts:
	isso/utils/__init__.py
2014-01-12 14:49:26 +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:49:26 +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_vote.py another approach to fix #40 (return 403 on false Content-Type) 2013-12-04 23:36:48 +01:00