MdiRuby
本頁內容尚未翻譯。
Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:29
{base|ruby} / {base|r.u.by} — SYNTAX.md §2.
Leaf node: per the spec, ruby content is plain text with no further MDI
or CommonMark inline parsing inside {...|...}.
ruby is a single string for group ruby, or an array of per-base-grapheme
strings (same length as base’s grapheme cluster count) for split ruby.
Extends
Section titled “Extends”Node
Properties
Section titled “Properties”base:
string
Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:31
optionaldata?:Data
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@types/unist/index.d.ts:95
Info from the ecosystem.
Inherited from
Section titled “Inherited from”Node.data
position?
Section titled “position?”
optionalposition?: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.
Inherited from
Section titled “Inherited from”Node.position
ruby:
string|string[]
Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:32
type:
"mdiRuby"
Defined in: nodejs/packages/mdast-util-mdi/src/types.ts:30
Node type.
Overrides
Section titled “Overrides”Node.type