juba / bookup-html

Bookup custom Quarto HTML format
MIT License
51 stars 4 forks source link

Checkboxes #6

Closed yves-amevoin closed 3 months ago

yves-amevoin commented 3 months ago

Thanks for your extensions! I use it a lot.

Seems like there is an issue with check boxes.

Here is a minimal example.

bookup-html

---
title: "Fichier test"
format: bookup-html
toc: true
lang: "fr-FR"
---

- [x] 0ne
- [ ] Two
- [x] Three

image


html

---
title: "Fichier test"
format: html
toc: true
lang: "fr-FR"
---

- [x] 0ne
- [ ] Two
- [x] Three

image

juba commented 3 months ago

Hi,

I think the issue should now be fixed. I'm closing it now but don't hesitate to reopen it if you still have the problem.

Thanks for the detailed report and the reproducible example.