Ribasim
Ribasim copied to clipboard
De-uglify tables in docs
I noticed that the tables in the docs now look like this:
Might be a quarto issue then?
Might be a quarto issue then?
I think so as well
Yes, what's strange is that https://deltares.github.io/Ribasim/reference/node/basin.html#static is squashed but https://deltares.github.io/Ribasim/reference/node/pump.html#static is not, whereas the tables are almost the same. Both don't have horizontal lines, I think they used to all have those? If I copy the .qmd from both pages together into table.qmd and run quarto render table.qmd both look good:
Perhaps this is only triggered if it is part of a quarto website project.
This seems to be fixed, likely by a Quarto update.