• 3 Posts
  • 74 Comments
Joined 1 year ago
cake
Cake day: September 29th, 2023

help-circle













  • I remember thinking the same when I first encountered Markdown. There are two ways to do this. Both have their own intended purpose.

    A blank line between two blocks of text indicates that they are different paragraphs. You’ve been using this in place of line breaks, which adds extra space between the lines.

    In order to get a normal line break that doesn’t cause a jump to the next paragraph, you should end the line with two spaces before hitting enter, which you only hit once.

    Is that intentional, if so why?

    how does one disable that?

    - Probably.
    - You don’t.

    If you think this comment was a bit long, yeah, I padded it on purpose to demonstrate line breaks and paragraphs.

    Markdown is used in tons of places that may not explicitly tell you. You might want to check out some guide: https://www.markdownguide.org/basic-syntax/