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