Defined in: node_modules/@types/mdast/index.d.ts:721
Markdown HTML.
optional
data:HtmlData
Defined in: node_modules/@types/mdast/index.d.ts:729
Data associated with the mdast HTML.
optional
position:Position
Defined in: 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.
type:
"html"
Defined in: node_modules/@types/mdast/index.d.ts:725
Node type of mdast HTML.
value:
string
Defined in: node_modules/@types/mdast/index.d.ts:472
Plain-text value.