﻿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
37228	Make multiline tags possible	Jonathan Sundqvist		"The ticket #8652 closed this as won't fix. This was 18 years ago, and I think it's worthwhile to re-visit this issue. 

This is an example of a line that is starting to become unwieldy. 

{{{ 
{% include ""stories/partials/story_detail.html#detail"" with variant=""detail"" var=""a"" var_2=""b"" var_3=""c"" %}
}}}

It would be much better if you could break this up into the following. 


{{{ 
{% include ""stories/partials/story_detail.html#detail"" 
     with variant=""detail"" var=""a"" var_2=""b"" var_3=""c"" %}
}}}

or 

{{{ 
{% include ""stories/partials/story_detail.html#detail"" 
    with variant=""detail"" 
    var=""a"" 
    var_2=""b"" 
    var_3=""c"" 
%}
}}}

That would make these kind of long tags much easier to read. "	New feature	new	Uncategorized	6.0	Normal				Unreviewed	0	0	0	0	0	0
