Skip to content

tableRow()

ts
function tableRow(...nodes): TableRowNode;

Defined in: table.ts:159

Builder-element for a table row

Parameters

ParameterTypeDescription
...nodes(TableCellNode | null | undefined)[]Cells of this row

Returns

TableRowNode

A markdown table row node

See

https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables

Since

1.0.0

Author

Simon Kovtyk