table

.table subTables:{Iterable<Any>} -> Node

Creates a table out of a collection of columns.

The following example joins 5 columns:

.table
.foreach {1..5}
| Header .1 |
|-----------|
| Cell .1 |

Return

a new Table node

Parameters

subTables

independent tables (as Markdown sources) that will be parsed and joined together into a single table