Skip to content

Continue checkbox lists with empty checkbox #5

Description

@SamAdamDay

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
- [ ] 

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions