It seems Kramdown can recognise Github Flavoured Markdown in Jekyll. But it seems checkboxes that are available in GitHub isn't getting rendered using Kramdown, any ideas why?
What I am trying to do:
- [ ] Unchecked
- [x] Checked
This would show up as disabled checkboxes in GitHub but not so in Jekyll.