Skip to content

MdiPagebreak

Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:114

[[pagebreak]] / [[pagebreak:right]] / [[pagebreak:left]] — SYNTAX.md §11.

Block-level leaf, always its own element (unlike indent/bottom, which annotate an existing block rather than introducing a new one).

  • Node

optional data?: Data

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/unist/index.d.ts:95

Info from the ecosystem.

Node.data


optional position?: Position

Defined in: node_modules/.pnpm/@[email protected]/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.

Node.position


type: "mdiPagebreak"

Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:115

Node type.

Node.type


optional variant?: "right" | "left"

Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:116