The text
node holds document text.
text
is an inline node.
1 2{ "type": "text", "text": "Hello world" }
Name | Required | Type | Value |
---|---|---|---|
type | ✔ | string | "text" |
text | ✔ | string | Non-empty text string |
marks | array | Array of marks |
text
must not be empty.
The following marks can be applied:
Rate this page: