Building the demo file works on Quarto 1.7.32 (probably current in September 2025 when the last commit triggered the website build action. But it doesn't work on Quarto 1.8.27 (as of January 2026).
This is the offending line:
|
::::{.cr-section layout="overlay-center" style="font-size: 1.5em;"} |
This needs to be changed to
::::{.cr-section cr-layout="overlay-center" style="font-size: 1.5em;"}
Thanks for all your hard work!
Building the demo file works on Quarto 1.7.32 (probably current in September 2025 when the last commit triggered the website build action. But it doesn't work on Quarto 1.8.27 (as of January 2026).
This is the offending line:
closeread/docs/index.qmd
Line 51 in 5be1f15
This needs to be changed to
Thanks for all your hard work!