Defined in: node_modules/@types/mdast/index.d.ts:604
Markdown GFM delete (strikethrough).
children:
PhrasingContent
[]
Defined in: node_modules/@types/mdast/index.d.ts:612
Children of GFM delete.
optional
data:DeleteData
Defined in: node_modules/@types/mdast/index.d.ts:616
Data associated with the mdast GFM delete.
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:
"delete"
Defined in: node_modules/@types/mdast/index.d.ts:608
Node type of mdast GFM delete.