tableCell()
ts
function tableCell(value, align?): TableCellNode;Defined in: table.ts:72
Builder-element for a table cell
Parameters
| Parameter | Type | Description |
|---|---|---|
value | string | Node | Content of this cell |
align? | TableAlign | Alignment of this cell |
Returns
A markdown table cell node
See
Since
1.0.0
Author
Simon Kovtyk