Table

constructor(columns: List<Table.Column>, caption: String? = null)

Parameters

columns

columns of the table. Each column has a header and multiple cells

caption

optional caption of the table (Quarkdown extension)