==============

This is a first line This is a second line This is the third line.

==============

These all appear on the same line eventhough I wrote them on separate lines

If I add a “enter” after each line, they’ll appear on separate lines, but have white spaces in between.

==============

This is the first line

This is the second line

This is the third line.

===============

Now I only add two spaces behind each line and they’ll appear just as I wrote them

================

This is the first line.
This is the second line.
This is the third line.

================

  • 👍Maximum Derek👍@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 day ago

    You can also add a \ to the end
    of the lines and have only single spaced
    line breaks

    Though I think they may break in one of the mobile apps with a funky markdown interpreter.

    Edit: For clarity, here’s the same lines in a codeblock

    You can also add a \ to the end\
    of the lines and have only single spaced\
    line breaks