
Markdown 段落语法
本文最后更新于 2025-08-01,文章内容可能已经过时。
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. |
- 感谢你赐予我前进的力量
赞赏者名单
因为你们的支持让我意识到写文章的价值🙏
本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自 克喵爱吃卤面
评论
匿名评论
隐私政策
你无需删除空行,直接评论以获取最佳展示效果