Skip to content

Interface: RichTextBrNode

换行节点。

Properties

attributes?

optional attributes: object

被此节点所结束的一行的属性。

blockquote?

optional blockquote: boolean

引用。

code-block?

optional code-block: boolean

代码块。

optional header: 1 | 2 | 3

标题等级。

list?

optional list: "ordered" | "bullet"

列表类型。

Defined in

src/rich-text.ts:49


insert

insert: "\n"

Defined in

src/rich-text.ts:47

Released under the MIT License.