﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17994	Markdown safe mode fails to return result if there's link in content	simonas@…	nobody	"I have been using
{{{
{{ comment.comment|markdown:""safe,nl2br""|nofollow }}
}}}
to render my comments and after moving to 1.4 I noticed that some comments fail to render.

After some testing I noticed that:

1. Only comments with links fail to render.

2. Safe mode is to blame (specifically [https://code.djangoproject.com/browser/django/trunk/django/contrib/markup/templatetags/markup.py?rev=17735#L79 this line]). Disabling it (or setting enable_attributes to True) fixes the problem."	Bug	closed	contrib.markup	1.4	Release blocker	wontfix			Accepted	0	0	0	0	1	0
