I apologize if this is not right to post here but im not sure where to go with this one as i havent really found an answer myself.

See, heres the thing, as yall surely know when i hit enter on a line once it will not work, it has to be two.

Is that intentional, if so why?

how does one disable that?

  • Ephera@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    7 months ago

    It’s the way Markdown works. If you put two spaces at the end of a line
    before hitting enter, then it will only do a normal linebreak.

  • emptyother@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 months ago

    It isnt just how Markdown works either, its how HTML works too: Text is grouped in paragraphs there too, not in lines or statements. Of course there is options to force a line break for when its necessary. But most text reads better as paragraphs. And most people overuse manual line breaks.