Function: $createTableNode()

$createTableNode(mdastNode): TableNode

Creates a TableNode. Use this instead of the constructor to follow the Lexical conventions.

Parameters

ParameterTypeDescription
mdastNodeTableThe mdast node to create the TableNode from.

Returns

TableNode