this post was submitted on 13 Oct 2024
21 points (100.0% liked)
Lemmy
12538 readers
7 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
Yeah.
I really don't want to see text like this.
It would make things a lot more annoying to read.
I much prefer combining sentences by default. It's natural to put a blank line between paragraphs, and Markdown was designed to make the natural thing render decently. You can put things on separate lines if you want, and it'll always read nicely.
But definitely break things up into paragraphs if it makes sense.