Interface TableEntry

A markdown entry for generating tables.

Hierarchy

Properties

Properties

append?: string

Option which will arbitrarily append a string immediately below the table, ignoring block-level settings.

table: { columns: (string | TableColumn)[]; rows: (TableRow | TableCell[])[] }

The table row and column data, and identifying property for the renderer.

Type declaration

Generated using TypeDoc