跳转到内容
搜索文档

段落和换行

最后更新 查看 MarkdownAgent 设置

Markdown 中的段落

要开始一个新段落,请在添加新段落内容之前留出一个空行(不含空格)。

This sentence is the first one in this paragraph.
This second sentence also belongs to the first paragraph.

This is the first sentence of the second paragraph.

Markdown 中的换行

尽可能避免换行。考虑创建单独的段落,即使是在编号列表中。

如果需要添加换行,请使用 <br/> HTML 元素。

表格内的示例:

| Feature                          | Enabled |
|----------------------------------|---------|
| Feature name<br/>Additional info | Yes     |

表格显示如下:

功能 已启用
功能名称
附加信息

这篇文档对您有帮助吗?