This map registers all node types that are acceptable inside tables (not table cells).
This interface can be augmented to register custom node types that are acceptable inside tables.
declare module 'mdast' { interface TableContentMap { custom: Custom; }}
Generated using TypeDoc
This map registers all node types that are acceptable inside tables (not table cells).
This interface can be augmented to register custom node types that are acceptable inside tables.
Example