This seems to only be an issue for task lists setup by someone else. Test case (not linked intentionally): - github.com/joyent/node/issues/7676#issuecomment-63399139 Test case working: - [ ] new task, resulting in `* <input class="task-list-item-checkbox" disabled="" type="checkbox">` - [x] completed task, resulting in `* <input class="task-list-item-checkbox" checked="" disabled="" type="checkbox">`
This seems to only be an issue for task lists setup by someone else.
Test case (not linked intentionally):
Test case working:
* <input class="task-list-item-checkbox" disabled="" type="checkbox">* <input class="task-list-item-checkbox" checked="" disabled="" type="checkbox">