this post was submitted on 13 Oct 2024
21 points (100.0% liked)
Lemmy
12546 readers
34 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to [email protected].
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
This is how markdown works. There is no way to disable that. This is an old convention from when text editors didn’t wrap lines automatically and enables you to write long paragraphs of text, breaking the lines as it makes sense to you, without creating a paragraph each time.
See the Lemmy help page on markdown or the Markdown Guide.
The “workaround” is to use a backslash to sort of escape the default behavior:
Without the code formatting, of course.
You should also be able to just put two spaces
At the end of a line to insert a line break.
Yup, that works too.