﻿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
7678	markdown filter does not work with non-ASCII characters	anonymous	nobody	"The markdown filter calls markdown with smart_str(value).  This forces the value to utf-8.  The markdown module does not accept a utf-8 str, only unicode or an ascii str.  It raises an exception, informing the user of this fact, which django then ignores, resulting in no output from the filter.

Since markdown accepts unicode, there is no reason to call smart_str on the value, it can just be passed straight to markdown."		closed	Contrib apps	dev		duplicate	markup		Unreviewed	0	0	0	0	0	0
