Closed
Description
To create ToDo lists I love GitHubs checkbox list syntax:
- [x] this is still to do
- [ ] done
renders as
- this is still to do
- done
I would like to use this on a Jekyll page. Also, kramdowns GFM parser (#68) is fairly incomplete, so it would be great to include it. Anybody out there who is interested in implementing this?