It seems Kramdown can recognize the Github Flavored Markdown in Jekyll. But it looks like the checkboxes available on GitHub don't get rendered using Kramdown, any ideas why?
What I'm trying to do:
- [ ] Unchecked - [x] Checked
This will appear as disabled checkboxes on GitHub, but not so on Jekyll.
source share