.
dirty.md:
.
- [ ] unchecked todo item 1
- [ ]
- [ ] not a todo item 2
- [ x] not a todo item 3
- [x ] not a todo item 4
- [ x ] not a todo item 5
- [x] todo item 6
.
unchecked todo item 1
[ ]
[ ] not a todo item 2
[ x] not a todo item 3
[x ] not a todo item 4
[ x ] not a todo item 5
todo item 6
.
mixed-nested.md:
.
# Test 1
1. foo
* [ ] nested unchecked item 1
* not a todo item 2
* not a todo item 3
* [x] nested checked item 4
2. bar
3. spam
# Test 2
- foo
- [ ] nested unchecked item 1
- [ ] nested unchecked item 2
- [x] nested checked item 3
- [X] nested checked item 4
.