Open miskovics opened 1 year ago
In the current version the problem is still there.
Name: Markdown Checkbox
Id: PKief.markdown-checkbox
Description: With this extension you can create checkboxes in markdown and mark them quickly.
Version: 1.9.1
Publisher: Philipp Kief
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=PKief.markdown-checkbox
It's more simple: Markdown: Mark checkbox
removes any asterisks, even one:
- [x] test*
into
- [ ] test
Executing
Mark checkbox
onincorrectly removes the bold Markdown formatting, resulting in
instead of just unchecking the checkbox and keeping the rest:
Environment: Visual Studio Code 1.79.2 on Windows 10, Markdown Checkbox 1.9.0