跳到內容

MdiTcy

本頁內容尚未翻譯。

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

^text^ — SYNTAX.md §3.

Leaf node. value is always validated against ^[0-9A-Za-z!?]{1,6}$ before this node is produced; anything that doesn’t match stays literal text and never reaches mdast as a node.

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

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

Node type.

Node.type


value: string

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