Defined in: node_modules/@types/mdast/index.d.ts:160
Registry of all mdast nodes that can occur where BlockContent is expected.
This interface can be augmented to register custom node types:
For a union of all block content, see RootContent.
blockquote:
Blockquote
Defined in: node_modules/@types/mdast/index.d.ts:161
code:
Code
Defined in: node_modules/@types/mdast/index.d.ts:162
heading:
Heading
Defined in: node_modules/@types/mdast/index.d.ts:163
html:
Html
Defined in: node_modules/@types/mdast/index.d.ts:164
list:
List
Defined in: node_modules/@types/mdast/index.d.ts:165
paragraph:
Paragraph
Defined in: node_modules/@types/mdast/index.d.ts:166
table:
Table
Defined in: node_modules/@types/mdast/index.d.ts:167
thematicBreak:
ThematicBreak
Defined in: node_modules/@types/mdast/index.d.ts:168