Markdown text.

Hierarchy (view full)

Properties

data?: TextData

Data associated with the mdast text.

Position of a node in a source document.

Nodes that are generated (not in the original source document) must not have a position.

type: "text"

Node type of mdast text.

value: string

Plain-text value.