Adds checkbox / task list support to VS Code's built-in markdown preview and in notebooks:
- Adds support for Github's
- [ ]
and- [x]
check box syntax to VS Code's built-in markdown preview. - Adds
- [ ]
and- [x]
checkbox rendering Markdown cells in notebooks.