Table
constructor(columns: List<Table.Column>, caption: InlineContent? = null, referenceId: String? = null)
Parameters
columns
columns of the table. Each column has a header and multiple cells
caption
optional inline 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)