Markdown Paragraph Syntax

To create paragraphs, use a blank line to separate one or more lines of text. You should not indent paragraphs with spaces or tabs.

Paragraph Example

Markdown:

I really like using Markdown.

I think I'll use it to format all of my documents from now on.

Rendered Output:

I really like using Markdown.

I think I'll use it to format all of my documents from now on.

Best Practices

  • Do not indent paragraphs with spaces or tabs.
  • Leave a blank line between paragraphs to separate them.

Next, let's learn about Markdown Line Break Syntax.