BlockContent

BlockContent = BlockContentMap[keyof BlockContentMap]

Defined in: node_modules/@types/mdast/index.d.ts:141

Union of registered mdast nodes that can occur where block content is expected.

To register custom mdast nodes, add them to BlockContentMap. They will be automatically added here.