Markdownチュートリアル

段落

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

段落语法

Markdown 语法HTML 语法渲染效果
I really like using Markdown.<p>这是第一行</p>这是第一行
I think I'll use it to format all of my documents from now on.<p>这是第二行</p>这是第二行

段落语法的最佳实践

不要用空格(spaces)或制表符( tabs)缩进段落。

Do thisDon't do this
Don't put tabs or spaces in front of your paragraphs. This can result in unexpected formatting problems.
Keep lines left-aligned like this. Don't add tabs or spaces in front of paragraphs.