there are a few thing to call the formatting of these little textboxes out for, but by far, the most confusing thing is…spacing. this is written after pressing enter once.

THIS is written after pressing enter twice, this time without a dot

AND THIS is written after 3 enter presses

it feels extremely random what it does and what it wont, i seen it work only once, am i just dumb or is there something happening?

ill attach a picture below as further proof

  • narc0tic_bird
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Just how markdown works. A single line feed will not create a new line or paragraph, but instead act like a space. This is so you can write markdown while adhering to a characters per line limit (mostly useful for actual markdown files).

    More than one line feed (at least one empty line) will result in a new paragraph. You can’t add a bigger space between paragraphs with standard markdown unless HTML is enabled.