Table

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

Parameters

columns

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

caption

optional caption of the table (Quarkdown extension)

referenceId

optional ID of the table to cross-reference via com.quarkdown.core.ast.quarkdown.reference.CrossReference (Quarkdown extension)