Markdown link.
children:
PhrasingContent
[]
Children of link.
node_modules/@types/mdast/index.d.ts:813
optional
data:LinkData
Data associated with the mdast link.
node_modules/@types/mdast/index.d.ts:817
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
optional
title:null
|string
Advisory information for the resource, such as would be appropriate for a tooltip.
node_modules/@types/mdast/index.d.ts:107
type:
"link"
Node type of mdast link.
node_modules/@types/mdast/index.d.ts:809
url:
string
URL to the referenced resource.
node_modules/@types/mdast/index.d.ts:102