table
Creates a table out of a collection of columns.
The following example joins 5 columns:
.table
.foreach {1..5}
| Header .1 |
|-----------|
| Cell .1 |
Content copied to clipboard
Return
a new Table node
Parameters
subTables
independent tables (as Markdown sources) that will be parsed and joined together into a single table