Currently while editing a tiddler, if you type:
text line 1
text line 2
text line 3
it displays as
text line1 text line2 text line3
I want the text to appear exactly as I typed it without reverting to pre formatted text, because I don't want the surrounding box and I don't want to change the font. To get the text to appear the way I want, I have to type
text line 1<br>
text line 2<br>
text line 3<br>
But it is cumbersome to have to place a line break after each line of text. Is there a way I can use CSS to get line breaks in the text appearance where I hit a carriage return in the editor?
Thanks in advance,
CaptainPackers