Markdown GFM footnote definition.
children: (
BlockContent
|DefinitionContent
)[]
Children of GFM footnote definition.
node_modules/@types/mdast/index.d.ts:658
optional
data:FootnoteDefinitionData
Data associated with the mdast GFM footnote definition.
node_modules/@types/mdast/index.d.ts:662
identifier:
string
Relation of association.
identifier
is a source value: character escapes and character
references are not parsed.
It can match another node.
Its value must be normalized.
To normalize a value, collapse markdown whitespace ([\t\n\r ]+
) to a space,
trim the optional initial and/or final space, and perform Unicode-aware
case-folding.
node_modules/@types/mdast/index.d.ts:71
optional
label:null
|string
Relation of association, in parsed form.
label
is a string
value: it works just like title
on Link
or a lang
on Code: character escapes and character references
are parsed.
It can match another node.
node_modules/@types/mdast/index.d.ts:82
optional
position:Position
Position of a node in a source document.
Nodes that are generated (not in the original source document) must not have a position.
node_modules/@types/unist/index.d.ts:103
type:
"footnoteDefinition"
Node type of mdast GFM footnote definition.
node_modules/@types/mdast/index.d.ts:654