Closed brunomioto closed 1 year ago
If I add the check boxes as HTML, it works
Here comes the check boxes
<input type="checkbox" unchecked> Check box 1</input>
<input type="checkbox" checked> Check box 2</input>
It does seem to be aligned
::: {.callout-note}
## Let's see inside callout blocks
<input type="checkbox" unchecked> Check box 1</input>
<input type="checkbox" checked> Check box 2</input>
It does feel right!
:::
The style that causes that is coming from Pandoc's HTML template, specifically the change from 2.18 to 2.19: https://github.com/jgm/pandoc-templates/commit/9a66150a600bf4ea0b8d103d7e3786b1ad5753ac We'll need to work around that.
Thanks for the report. Turns out this had been broken since quarto 1.1.51 (!). We fixed it now:
Bug description
When adding check boxes with markdown style, it seems misaligned
RStudio 2022.12.0 Build 353
Created on 2023-02-27 with reprex v2.0.2
Checklist