yzhang-gh / vscode-markdown

Markdown All in One
https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
MIT License
2.91k stars 322 forks source link

checklists not auto-extended when adding newline (Mac) #1460

Open Sammeeey opened 3 weeks ago

Sammeeey commented 3 weeks ago

I'm on v3.6.2

What's the problem

I use the checklist feature all day long (- [ ] lorem ipsum). Usually when you hit enter/return, to add a new line at the end of a checklist item, you'd get a new checklist - [ ] in the new line.

Since I switched to Mac I have the following issue (sometimes, randomly): I only get a - instead of a - [ ] on the new line. Then I sometimes "solve" it temporarily by deleting the - [ ] of the previous line and adding it again. Then the auto-adding of a new checklist in the following line works again.