On render, any heading that starts with the letter c gets removed from the HTML file.
---
format: closeread-html
---
:::{.cr-section}
## b
stuff here
:::
non-cr
:::{.cr-section}
## c
stuff here
:::
non-cr
:::{.cr-section}
## d
stuff here
:::
non-cr
:::{.cr-section}
## b
## c
## d
:::
Discussed in #186
Originally posted by pwoodworth-jefcoats November 4, 2025
On render, any heading that starts with the letter c gets removed from the HTML file.