You need to sign in or sign up before continuing.
Fix table widths in lecture overview
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
Activity
Please register or sign in to reply