コンテンツにスキップ

MdiBreak

このコンテンツはまだ日本語訳がありません。

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

[[br]] — SYNTAX.md §6.

Void inline node, .mdi-only. Kept distinct from mdast’s built-in break (CommonMark trailing-hardbreak) so the tree records which construct produced the line break; to-hast emits <br class="mdi-break"> for this node vs a bare <br> for break.

  • 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: "mdiBreak"

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

Node type.

Node.type