Skip to content

Instantly share code, notes, and snippets.

@mtodd
Forked from HansNewbie/Bug.md
Created August 5, 2014 16:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mtodd/011795e825e6b76abf48 to your computer and use it in GitHub Desktop.

[ ] a [ ] b

  • c
  • d

If user is careless, forgetting to put "- " before "[ ]", TODO list could get buggy.

Steps to reproduce bug:

  • on parsed MD page of list above, tick "c" to note that "c" is done.
  • Now, edit the file.

Expect: will be "[ ] a" and "- [x] c" Result: will be "[x] a" and "- [ ] c"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment