According to pulldown-cmark readme, it has support for Github flavored task lists. It even has a test that passes, but I can’t make it work in Zola, it renders just like here in discourse:
- [ ] foo
- [x] bar
[ ] foo
[x] bar
(no checkboxes, just [ ] text)
I’m using zola 0.11.0
Can anyone else reproduce this? Maybe I have something wrong with my local setup.