Introductory guide to the art and science of data visualisation. Insights, advice, and examples (with code) to make data outputs more readable, accessible, and impactful.
I noticed that not all of the code in the principles page was folded by default - it was caused by a weird Quarto bug. I'm not 100% sure why this problem exists but it seems adding #| layout-ncol: 2 removes the ability to fold code... Since the code block isn't executed anyway, I've removed this option and it seems to have fixed it.
I've also removed the double {{}} from the Python and Julia code block in tools - the code won't execute but the code fencing will be hidden, and the syntax highlighting will be applied.
I noticed that not all of the code in the principles page was folded by default - it was caused by a weird Quarto bug. I'm not 100% sure why this problem exists but it seems adding
#| layout-ncol: 2
removes the ability to fold code... Since the code block isn't executed anyway, I've removed this option and it seems to have fixed it.I've also removed the double {{}} from the Python and Julia code block in tools - the code won't execute but the code fencing will be hidden, and the syntax highlighting will be applied.
Closes #46