Defined in: node_modules/@types/mdast/index.d.ts:627
Markdown emphasis.
children:
PhrasingContent
[]
Defined in: node_modules/@types/mdast/index.d.ts:635
Children of emphasis.
optional
data:EmphasisData
Defined in: node_modules/@types/mdast/index.d.ts:639
Data associated with the mdast emphasis.
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:
"emphasis"
Defined in: node_modules/@types/mdast/index.d.ts:631
Node type of mdast emphasis.