Skip to content

Fix table widths in lecture overview

Lukas Kluft requested to merge fix-table-widths into main

Quarto derives the relative cell widths from the number of dashes in the line separating the table header from the table body [0]. As a consequence, the date column was very thin causing line breaks.

This commit completely removes all efforts to make the table look nice in ASCII in favor of a proper rendering as well as easier editing.

[0] https://quarto.org/docs/authoring/tables.html#column-widths

Merge request reports