Interface TableContentMap

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

declare module 'mdast' {
interface TableContentMap {
custom: Custom;
}
}

Hierarchy

  • TableContentMap

Properties

Properties

tableRow: TableRow

Generated using TypeDoc