Currently, if the last item was a marked checkbox, the next item will be a marked checkbox. But I don't think this is the expected behaviour.
Adding a new line after this:
- [ ] Item 1
- [X] Item 2
currently produces this:
- [ ] Item 1
- [X] Item 2
- [X]
when it should produce this:
- [ ] Item 1
- [X] Item 2
- [ ]
Currently, if the last item was a marked checkbox, the next item will be a marked checkbox. But I don't think this is the expected behaviour.
Adding a new line after this:
currently produces this:
when it should produce this: