要创建段落,请使用空白行将一行或多行文本进行分隔。

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

<p>I really like using Markdown.</p>
<p>I think I'll use it to format all of my documents from now on.</p>

渲染效果:

I really like using Markdown.

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

段落Paragraph用法的最佳实践:
不要用空格spaces或制表符tabs缩进段落。