コンテンツにスキップ

MdiBlank

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

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

A \ (or <br> / [[blank]], normalized) line — SYNTAX.md §7.

Block-level leaf, sibling of paragraph/thematicBreak. Always a block boundary per the spec, regardless of surrounding blank lines.

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

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

Node type.

Node.type