Blockquote

Defined in: node_modules/@types/mdast/index.d.ts:514

Markdown block quote.

Extends

Properties

children

children: (BlockContent | DefinitionContent)[]

Defined in: node_modules/@types/mdast/index.d.ts:522

Children of block quote.

Overrides

Parent.children


data?

optional data: BlockquoteData

Defined in: node_modules/@types/mdast/index.d.ts:526

Data associated with the mdast block quote.

Overrides

Parent.data


position?

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.

Inherited from

Parent.position


type

type: "blockquote"

Defined in: node_modules/@types/mdast/index.d.ts:518

Node type of mdast block quote.

Overrides

Parent.type