Skip to content

Instantly share code, notes, and snippets.

@HansNewbie
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save HansNewbie/a0e28a52e8e8d14ef39d to your computer and use it in GitHub Desktop.
Save HansNewbie/a0e28a52e8e8d14ef39d to your computer and use it in GitHub Desktop.
GF Markdown Bug

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