Open laurent22 opened 1 week ago
Create a list like so in the new Markdown editor:
- [ ] One - [ ] Two <span style="color: #2b0d3e;">Test/span>
Position the cursor at the end of the second list item and press Enter
=> Instead of starting a new list item with - [ ], it starts an empty line
- [ ]
Note: This doesn't happen with the legacy text editor.
I can reproduce this in a Markdown editor on the CodeMirror try it page.
Upstream bug report: https://github.com/codemirror/dev/issues/1462
Thanks for submitting the report! And it looks like it's already fixed
Create a list like so in the new Markdown editor:
Position the cursor at the end of the second list item and press Enter
=> Instead of starting a new list item with
- [ ]
, it starts an empty lineNote: This doesn't happen with the legacy text editor.