Markdown treats a single newline as a space, so that already wrapped text doesn’t need to be rewrapped. If you want to have each item on one line, some options:
two spaces before newline
Foo << two spaces here Bar
Yields
Foo
Bar
backslash before newline
Foo\ Bar
Yields
Foo
Bar
Paragraph Break
Most clients will have a “larger” vertical space if you do this:
Foo Bar
Yields
Foo
Bar
Bulleted List
* Foo * Bar
Yields
- Foo
- Bar
orenj@lemmy.sdf.org 8 months ago
How’s CDDA these days? I jumped ship to CTLG instead and haven’t been keeping up with DDA