isso/isso
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
..
css reduce heading size in comments, fix #26 2013-12-12 12:10:50 +01:00
db remove unnecessary imports 2013-11-17 15:49:25 +01:00
ext add Date header, close #42 2013-12-07 13:17:56 +01:00
js italian translation by alzeco 2013-12-12 17:30:40 +01:00
utils allow raw HTML markup for a few (whitelisted) tags 2014-01-12 14:49:26 +01:00
views Merge branch 'feature/27', override thread id 2013-12-12 13:07:57 +01:00
__init__.py move application export to isso.run 2013-12-08 19:15:08 +01:00
compat.py improve doctests and refactor title extraction 2013-10-29 12:01:45 +01:00
core.py isso.dispatch now dispatches multiple sites based on relative URLs 2013-12-08 19:09:56 +01:00
dispatch.py isso.dispatch now dispatches multiple sites based on relative URLs 2013-12-08 19:09:56 +01:00
migrate.py use <link> tag to extract the relative post url, fixes #37 2013-11-16 20:30:48 +01:00
run.py move application export to isso.run 2013-12-08 19:15:08 +01:00
wsgi.py isso.dispatch now dispatches multiple sites based on relative URLs 2013-12-08 19:09:56 +01:00