﻿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
3888	Allow {# comment #} tag to be multiline	Artem Skoretskiy	Adrian Holovaty	"This template:
{{{
{{ ""begin"" }}{#
#} this text is never displayed
{{ ""end"" }}
#}()
}}}

Produces this output:
{{{
beginend
}}}

But it should produce this output:
{{{
begin this text is never displayed
end
}}}"		closed	Template system	dev		wontfix		arthur@…	Unreviewed	0	0	0	0		
