When I do something like this:
[template][/template]
[template][/template]
[template][/template]
[template][/template]
It outputs this in the HTML:
[template][/template]<br />
[template][/template]<br />
[template][/template]<br />
[template][/template]<br />
I could do this to avoid the <br>'s...
[template][/template][template][/template][template][/template][template][/template]
...but it looks messy in the editor.
Is it possible to change the coding of Vaultwiki so that if there's only a line break between two templates, it ignores them and doesn't add any <br's>?
Thank you!