Closed liskin closed 10 months ago
The spec (https://github.github.com/gfm/#task-list-items-extension-) says:
A task list item marker consists of an optional number of spaces, a left bracket ([), either a whitespace character or the letter x in either lowercase or uppercase, and then a right bracket (]).
[
]
but we only parsed the lowercase x.
Thanks, good catch!
The spec (https://github.github.com/gfm/#task-list-items-extension-) says:
but we only parsed the lowercase x.