backdrop
background

Markdown 段落语法

2025年2月13日
克喵爱吃卤面

原文位置: https://markdown.com.cn/basic-syntax/paragraphs.html

Markdown 段落

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

Markdown语法HTML预览效果
I really like using Markdown.<p>I really like using Markdown.</p>

I really like using Markdown.

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

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

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

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

✅ Do this❌ Don’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.

Markdown 段落语法

https://suborbit.net/posts/markdowm-duanluo/

作者

克喵爱吃卤面

发布于

2025年2月13日

编辑于

2025年6月29日

许可协议

转载或引用本文时请注明作者及出处,不得用于商业用途。