showdown/test/features/#164.4.tasklists.md
Estevão Soares dos Santos dc72403acc feat(tasklists): add support for GFM tasklists
Github Flavored Markdown supports tasklist by `[x]` or `[ ]` after list item marker.
This commit adds this feature to showdown through an option called "tasklists".

Related to #164
2015-07-11 23:02:02 +01:00

9 lines
70 B
Markdown

# my things
- foo
- [] bar
- [ ] baz
- [x] bazinga
otherthings