Skip to content

Instantly share code, notes, and snippets.

@baz
Created March 9, 2014 12:45
Show Gist options
  • Save baz/9447251 to your computer and use it in GitHub Desktop.
Save baz/9447251 to your computer and use it in GitHub Desktop.
GitHub task lists
Whitespace ::= ' '
Period ::= '.'
ItemPrefix ::= 'Digit'<Period> | '-'
ItemContent ::= 'String'
Checkbox ::= '[ ]' | '[x]'
Item ::= <ItemPrefix> <Whitespace>{1} <Checkbox> <Whitespace>+ <ItemContent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment