Defined in: node_modules/@types/mdast/index.d.ts:328
Registry of all mdast nodes that can occur as children of Root.
Note: Root does not need to be an entire document. it can also be a fragment.
This interface can be augmented to register custom node types:
For a union of all Root children, see RootContent.
blockquote:
Blockquote
Defined in: node_modules/@types/mdast/index.d.ts:329
break:
Break
Defined in: node_modules/@types/mdast/index.d.ts:330
code:
Code
Defined in: node_modules/@types/mdast/index.d.ts:331
definition:
Definition
Defined in: node_modules/@types/mdast/index.d.ts:332
delete:
Delete
Defined in: node_modules/@types/mdast/index.d.ts:333
emphasis:
Emphasis
Defined in: node_modules/@types/mdast/index.d.ts:334
footnoteDefinition:
FootnoteDefinition
Defined in: node_modules/@types/mdast/index.d.ts:335
footnoteReference:
FootnoteReference
Defined in: node_modules/@types/mdast/index.d.ts:336
heading:
Heading
Defined in: node_modules/@types/mdast/index.d.ts:337
html:
Html
Defined in: node_modules/@types/mdast/index.d.ts:338
image:
Image
Defined in: node_modules/@types/mdast/index.d.ts:339
imageReference:
ImageReference
Defined in: node_modules/@types/mdast/index.d.ts:340
inlineCode:
InlineCode
Defined in: node_modules/@types/mdast/index.d.ts:341
link:
Link
Defined in: node_modules/@types/mdast/index.d.ts:342
linkReference:
LinkReference
Defined in: node_modules/@types/mdast/index.d.ts:343
list:
List
Defined in: node_modules/@types/mdast/index.d.ts:344
listItem:
ListItem
Defined in: node_modules/@types/mdast/index.d.ts:345
paragraph:
Paragraph
Defined in: node_modules/@types/mdast/index.d.ts:346
strong:
Strong
Defined in: node_modules/@types/mdast/index.d.ts:347
table:
Table
Defined in: node_modules/@types/mdast/index.d.ts:348
tableCell:
TableCell
Defined in: node_modules/@types/mdast/index.d.ts:349
tableRow:
TableRow
Defined in: node_modules/@types/mdast/index.d.ts:350
text:
Text
Defined in: node_modules/@types/mdast/index.d.ts:351
thematicBreak:
ThematicBreak
Defined in: node_modules/@types/mdast/index.d.ts:352
yaml:
Yaml
Defined in: node_modules/@types/mdast/index.d.ts:353