this post was submitted on 30 Aug 2023
10 points (85.7% liked)

Lemmy Moderators

731 readers
1 users here now

A community for moderators of various communities to discuss moderating. Help others and get help yourself! Remember, there are no stupid questions!

If you have general questions or things you want to share about the Fediverse, then head over to [email protected]!

If you want help with making a lemmy bot, then head over to [email protected]!

Rules

founded 1 year ago
MODERATORS
 

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!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago

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.