The blockquote node is a container for quotes.
blockquote is a top-level block node.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15{ "type": "blockquote", "content": [ { "type": "paragraph", "content": [ { "type": "text", "text": "Hello world" } ] } ] }
| Name | Required | Type | Value |
|---|---|---|---|
| type | ✔ | string | "blockquote" |
| content | ✔ | array | An array of nodes |
content must contain array of one or more of the following nodes:
paragraph with no marks.bulletListorderedListcodeBlockmediaGroupmediaSingleRate this page: