This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
showdown
Watch
1
Star
0
Fork
0
You've already forked showdown
mirror of
https://github.com/showdownjs/showdown.git
synced
2024-03-22 13:30:55 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
fb31f631e9
showdown
/
test
/
functional
/
makehtml
/
cases
/
features
/
#164.4.tasklists.md
10 lines
87 B
Markdown
Raw
Normal View
History
Unescape
Escape
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-12 06:02:02 +08:00
# my things
-
foo
-
[] bar
- [ ]
baz
- [x]
bazinga
fix(lists): Fix tasklists to comply with GFM GFM requires a whitespace between brackets. Closes #655
2019-10-04 23:15:41 +08:00
- [X]
bazinga 2
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-12 06:02:02 +08:00
otherthings
Reference in New Issue
Copy Permalink