Skip to main content

reconstruct-table-like

Reconstruct a table-like content with new children.

Parameters

named : bool    default: true

Whether to pass fields as named arguments. Default is true.

labeled : bool    default: true

Whether to preserve the label of the content. Default is true.

it : content

The content to reconstruct.

new-children : array

The new children to replace the old children with.

Returns: content