canonical-task-item-markers

Checked task markers canonicalize to [+]; unchecked stays [ ]

§17.1 · source

Input

- [ ] one
- [x] two
- [X] three
- [+] four

canonical

|
- [ ] one
- [+] two
- [+] three
- [+] four