-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
Description
Loose task list sub-items are copied wrong.
Steps to reproduce
Paste example below and copy the whole list and paste it into (another) editor.
- [ ] foo
- [ ] bar
- [ ] bar
- [ ] foo
Expected behavior:
- [ ] foo
- [ ] bar
- [ ] bar
- [ ] foo
Actual behavior:
- [ ] foo
- [ ]
bar
- [ ]
bar
- [ ]
foo
Versions
- Mark Text: develop
- Operating system: all