Markdown GFM table.

Hierarchy (view full)

Properties

align?: null | AlignType[]

How cells in columns are aligned.

children: TableRow[]

Children of GFM table.

data?: TableData

Data associated with the mdast GFM table.

Position of a node in a source document.

Nodes that are generated (not in the original source document) must not have a position.

type: "table"

Node type of mdast GFM table.