diff --git a/files/routes/comments.py b/files/routes/comments.py index 3e6fe91b6..971ac2ec7 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -161,6 +161,7 @@ def api_comment(v): body_md = body_md.replace(i.group(0), "") body_md = markdown(body_md) + print('mistune') body_html = sanitize(body_md) bans = filter_comment_html(body_html)