Skip to content

TableEditor.postProcess method

TableEditor › postProcess

Unofficial

Run the markdown post-processors over a rendered cell.

Signature:

postProcess(cell: TableCell): void

Parameters:

ParameterTypeDescription
cellTableCellThe cell to post-process.

Returns: void