Skip to content

Instantly share code, notes, and snippets.

@nuclearsandwich
Forked from HansNewbie/Bug.md
Created June 30, 2014 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuclearsandwich/90d2d1b7589d0359e109 to your computer and use it in GitHub Desktop.
Save nuclearsandwich/90d2d1b7589d0359e109 to your computer and use it in GitHub Desktop.

[ ] a [x] 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