mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
dc72403acc
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
9 lines
70 B
Markdown
9 lines
70 B
Markdown
# my things
|
|
|
|
- foo
|
|
- [] bar
|
|
- [ ] baz
|
|
- [x] bazinga
|
|
|
|
otherthings
|