Defined in: node_modules/@types/mdast/index.d.ts:514
Markdown block quote.
children: (
BlockContent
|DefinitionContent
)[]
Defined in: node_modules/@types/mdast/index.d.ts:522
Children of block quote.
optional
data:BlockquoteData
Defined in: node_modules/@types/mdast/index.d.ts:526
Data associated with the mdast block quote.
optional
position:Position
Defined in: node_modules/@types/unist/index.d.ts:103
Position of a node in a source document.
Nodes that are generated (not in the original source document) must not have a position.
type:
"blockquote"
Defined in: node_modules/@types/mdast/index.d.ts:518
Node type of mdast block quote.