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