Consider the code:
first line\\
second line\\
third line\\
fourth line
This is producing a large number of closing br tags trailing at the end of the paragraph:
<p>first line<br>
second line<br>
third line<br>
fourth line</br></br></br></p>
Is this a bug, or is there a way I can switch off this behaviour?
Wilfred