Function: $createTableNode()
$createTableNode(mdastNode
): TableNode
Creates a TableNode. Use this instead of the constructor to follow the Lexical conventions.
Parameters
Parameter | Type | Description |
---|
mdastNode | Table | The mdast node to create the TableNode from. |
Returns
TableNode