Doesn’t Lemmy also handle line breaks like that? Let’s find out.
Comment on Violets or blue?
astropenguin5@lemmy.world 4 weeks agoIt is also likely a victim of the annoying way reddit deals with single new lines because at least from my memory on my phone if you only hit enter once to make a new line it will just make it a single line.
Also the repetition of see a see a is the kind of thing I often do on my phone keyboard accidentally when trying to edit things, just usually catch it.
A_Very_Big_Fan@lemmy.world 4 weeks ago
astropenguin5@lemmy.world 4 weeks ago
Yea pretty sure it does unfortunately
Test Test Test
Test
Test
oktoberpaard@feddit.nl 3 weeks ago
It’s called Markdown. If you know how to use it, it’s very convenient, but if not, it can cause all kinds of unexpected effects. It’s also the reason that **test** is formatted as test. You can often force new lines by ending the line with a space character. Let’s test:
This is a line And this is another line
astropenguin5@lemmy.world 3 weeks ago
Huh, didn’t know that part of markdown, cool! I knew Lemmy used it and a fair amount of other common things in it but not the new line stuff. Learn something new every day, thanks!