Why can't we use single line breaks?
TappedOut forum
Posted on Sept. 22, 2013, 11:01 a.m. by Devonin
Is there a compelling reason why single line breaks are just ignored by the parser?
Sometimes you want a list that is just one after the other below it without spacing it out so far by double lines. I was explaining how DEBT works for protection in Q&A and wanted the acronym to be down the side of the text box and foolish me forgot that single line breaks don't parse at all, and ended up with
D - DamageE - Enchanting/EquippingB - BlockingT - Targeting
Which doesn't look -awful- per se, but really made me want to go immediately for the nonexistent edit button.
And a single return can't be set to do the same thing, in the way that I assume a double return is set to be < p > ?
September 22, 2013 11:10 a.m.
Like smackjack mentioned, the < br > tag works. Occasionally mine doesn't work like I want it to so I end up using 2 of them. -_- I am not sure why, but what ever works, works.
September 22, 2013 1:36 p.m.
Rhadamanthus says... #5
Two spaces and a carriage return will also produce a single line break.
Like this.
And this.
September 22, 2013 2:46 p.m.
Ooh, double spaces at the end of the line work too?
That's much more reasonable.
September 22, 2013 3:25 p.m.
I really didn't know about the single break thing.
Excellent news
smackjack says... #2
< br > without the spaces will create a linebreak :)
September 22, 2013 11:07 a.m.