The blockquote
node is a container for quotes.
blockquote
is a top-level block node.
1 2{ "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.bulletList
orderedList
codeBlock
mediaGroup
mediaSingle
Rate this page: