Defined in: node_modules/@types/mdast/index.d.ts:286
Registry of all mdast nodes that can occur where PhrasingContent is expected.
This interface can be augmented to register custom node types:
For a union of all phrasing content, see RootContent.
break:
Break
Defined in: node_modules/@types/mdast/index.d.ts:287
delete:
Delete
Defined in: node_modules/@types/mdast/index.d.ts:288
emphasis:
Emphasis
Defined in: node_modules/@types/mdast/index.d.ts:289
footnoteReference:
FootnoteReference
Defined in: node_modules/@types/mdast/index.d.ts:290
html:
Html
Defined in: node_modules/@types/mdast/index.d.ts:291
image:
Image
Defined in: node_modules/@types/mdast/index.d.ts:292
imageReference:
ImageReference
Defined in: node_modules/@types/mdast/index.d.ts:293
inlineCode:
InlineCode
Defined in: node_modules/@types/mdast/index.d.ts:294
link:
Link
Defined in: node_modules/@types/mdast/index.d.ts:295
linkReference:
LinkReference
Defined in: node_modules/@types/mdast/index.d.ts:296
strong:
Strong
Defined in: node_modules/@types/mdast/index.d.ts:297
text:
Text
Defined in: node_modules/@types/mdast/index.d.ts:298