GFM Tasklists

Follow @sachaschmid

This demo replicates GitHub's Markdown tasklists that you can use in pull requests or in Gists.

Check some items in the list and watch how the Markdown source below is automatically updated or edit the Markdown source and see how the list changes in realtime.

A task is defined as '- [ ] Label' or '- [x] Label'. The value between the brackets tells the interpreter wheter the task is complete or not. Incomplete tasks must have a space between the brackets. Empty brackets (i.e. no space) are invalid. Spaces after the leading dash and before the item label must be included.

This demo was created by Sacha Schmid .