Skip to content

tableCell()

ts
function tableCell(value, align?): TableCellNode;

Defined in: table.ts:72

Builder-element for a table cell

Parameters

ParameterTypeDescription
valuestring | NodeContent of this cell
align?TableAlignAlignment of this cell

Returns

TableCellNode

A markdown table cell 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