tableRow()
ts
function tableRow(...nodes): TableRowNode;Defined in: table.ts:159
Builder-element for a table row
Parameters
| Parameter | Type | Description |
|---|---|---|
...nodes | (TableCellNode | null | undefined)[] | Cells of this row |
Returns
A markdown table row node
See
Since
1.0.0
Author
Simon Kovtyk