Markdown 段落语法
本文最后更新于158 天前,其中的信息可能已经过时,如有错误请发送邮件到jimmy6646az@outlook.com

一、段落语法

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

Markdown语法HTML
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>

Markdown 段落语法的预览效果

二、段落(Paragraph)用法的最佳实践

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

✅  Do this❌  Don’t do this
Don't put tabs or spaces in front of your paragraphs.

Keep lines left-aligned like this.
    This can result in unexpected formatting problems.

  Don't add tabs or spaces in front of paragraphs.
本文参考文献

Markdown 段落语法 | Markdown 教程

上一篇
下一篇