Sorry for the old-school terminology and mis-terms in this message as I have not had a problem like this since my dumb-terminal days (I'm guessing that long)
How does one add the proper carriage returns to a post?
I have these three lines, with a new line on each but formats as one paragraph: This is line 1. This is line 2. This is line 3.
The only way I can separate these lines is using an extra carriage return between each line which looks horrible.
This is line 1.
This is line 2.
This is line 3.
How do I get the above lines to show up without that extra new line between each?
Thanks!
6 Comments
Crul@lemm.ee · 4 pts · 2y
Already answered, but for more info, see
Zeus@lemm.ee · 2 pts · 2y
to add to this, some things to know:
\). this won't appear in the rendered message1., and the numbers will be generated automatically[^1]: like this!
JackGreenEarth@lemm.ee · 4 pts · 2y
Two spaces at the end of a line in normal markdown
Testing now
DougHolland@lemmy.world · 2 pts · 2y
I did not know that.
I did not know that.
Thanks!
iamsorry@lemmy.world · 2 pts · 2y
This is a test of JGE's recommendation
Did it work?
Yes it did!
Thanks JGE!
SheeEttin@lemmy.world · 5 pts · 2y
For reference, that's how it works in Markdown. Two line breaks for a new paragraph, two spaces at the end of the line if you want it to break without starting a new paragraph.
iamsorry@lemmy.world · 3 pts · 2y