Paragraph

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

Markdown paragraph.

Extends

Properties

children

children: PhrasingContent[]

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

Children of paragraph.

Overrides

Parent.children


data?

optional data: ParagraphData

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

Data associated with the mdast paragraph.

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: "paragraph"

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

Node type of mdast paragraph.

Overrides

Parent.type