Node - hardBreak

Purpose

The hardBreak node inserts a new line in a text string. It's the equivalent to a <br/> in HTML.

Type

hardBreak is an inline node.

Example

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 { "version": 1, "type": "doc", "content": [ { "type": "paragraph", "content": [ { "type": "text", "text": "Hello" }, { "type": "hardBreak" }, { "type": "text", "text": "world" } ] } ] }

Fields

NameRequiredTypeValue
typestring"hardBreak"
attrsobject
attrs.textstring"\n"

Rate this page: