Why do i have to put two newlines and i can’t leave just one?

  • Deebster@infosec.pub
    link
    fedilink
    English
    arrow-up
    10
    ·
    13 days ago

    This is a Markdown thing, which is what Lemmy uses for its comments.

    You can see what’s supported in the Lemmy docs for Markdown.

    Something I didn’t notice in the docs is a trick that markdown allows:
    Adding two spaces at the end of the line lets you make a new line instead of a new paragraph.
    Dunno who came up with that, but it generally works wherever Markdown is accepted.