Blockquote

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

Markdown block quote.

Extends

Properties

children

children: (BlockContent | DefinitionContent)[]

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

Children of block quote.

Overrides

Parent.children


data?

optional data?: BlockquoteData

Defined in: node_modules/.bun/@types+mdast@4.0.4/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/.bun/@types+unist@3.0.3/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/.bun/@types+mdast@4.0.4/node_modules/@types/mdast/index.d.ts:518

Node type of mdast block quote.

Overrides

Parent.type