﻿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
11708	django.contrib.markup: pass docutils Writer as argument to restructuredtext template filter	Chris.Wesseling@…	nobody	"Adds optional passing of a custom writer_name to restructuredtext template filter. Defaults to the standard html4css1 Writer from docutils.writers.

So 
{{{
{{ value|restructuredtext }}
}}}
will give you standard html output and
{{{
{{ value|restructuredtext:""custom"" }}
}}}
will user the Writer class from the custom module.

See the docutils documentation for more info.
"		closed	Contrib apps	dev		duplicate	rst markup Writer template filter		Unreviewed	1	0	0	0	0	0
