Comment on List of 3rd person shooter-3D platformer hybrids I know of (and looking for more)
DABDA@lemmy.dbzer0.com 4 days ago
I don’t have any suggestions for your list, but just wanted to mention if you put two trailing spaces on each line it will preserve your line breaks. Alternatively, using the Markdown list method instead of inserting bullets will also maintain breaks for each item.
#Markdown list style * item 1 * item 2
Looks like:
- item 1
- item 2
Trailing spaces (“#” == space):
▪︎ item 1##
▪︎ item 2
Someasy@lemmy.world 4 days ago
Thanks, this is extremely useful. I wasnt sure if it was just displaying with them without line breaks on my end since I’m using Sync app for Lemmy
DABDA@lemmy.dbzer0.com 3 days ago
np! The way line breaks are handled isn’t intuitive and the formatting guide offered through the Lemmy web-ui doesn’t even mention it.