TableEditor.postProcess method
TableEditor › postProcess
Unofficial
Run the markdown post-processors over a rendered cell.Signature:
postProcess(cell: TableCell): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| cell | TableCell | The cell to post-process. |
Returns: void