It seems prepending an ordered task list item with a space will prevent updates from occurring. ``` markdown 1. [ ] can't update this because of the leading space ``` Unordered lists are not affected by this issue. I'm fairly certain it's a discrepancy with how we handle spacing for the ordered list item pattern here: https://github.com/github/task-lists/blob/242b5241238f5f59040005cda53e54b6debbc627/app/assets/javascripts/task_lists.coffee#L109 //cc @github/task-lists @nuclearsandwich @rsese
It seems prepending an ordered task list item with a space will prevent updates from occurring.
Unordered lists are not affected by this issue.
I'm fairly certain it's a discrepancy with how we handle spacing for the ordered list item pattern here:
https://github.com/github/task-lists/blob/242b5241238f5f59040005cda53e54b6debbc627/app/assets/javascripts/task_lists.coffee#L109
//cc @github/task-lists @nuclearsandwich @rsese