I'm trying to enable markdown checkboxes in Visual Studio Code markdown preview, but am not having any luck. I've tried every combination of the following extensions with no luck:
Is there a configuration of extensions where this is working for anyone?
Checkboxes work in VS Code using the Markdown All In One extension. The trick is that the checkboxes also have to be part of a list.
❌ This doesn't work:
[ ] Unchecked
[ ] Checked
✅ This works:
- [ ] Unchecked
- [x] Checked
The "task list" syntax was first introduced to GitHub flavored Markdown back in January 2013.
VS Code markdown does not support checkboxes, so you need to install an extension.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With