﻿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
6526	Add remove/escape/replace functions to markdown filter	Eric Abrahamsen	thomaspurchas	"Markdown.py supports a variety of safe_modes, allowing users to replace HTML, escape it, or remove it cleanly. Django's markdown template filter currently doesn't support anything but replacement with a string. This patch to the markdown() function in django.contrib.markup.templatetags provides that ability, allowing users to pass ""safe"",""remove"",""escape"" or ""replace"" as the first argument in the extension list. Backwards compatibility is maintained.

Improvements to the patch are welcome..."	New feature	closed	contrib.markup	dev	Normal	wontfix	markup markdown	girzel@… d1b thomaspurchas	Accepted	1	1	1	1	0	0
