PKief / vscode-markdown-checkbox

Get it from the marketplace:
https://marketplace.visualstudio.com/items?itemName=PKief.markdown-checkbox
MIT License
34 stars 11 forks source link

`Mark checkbox` removes bold Markdown formatting #54

Open miskovics opened 1 year ago

miskovics commented 1 year ago

Executing Mark checkbox on

- [x] this is a **bold** action

incorrectly removes the bold Markdown formatting, resulting in

- [ ] this is a bold action

instead of just unchecking the checkbox and keeping the rest:

- [ ] this is a **bold** action

Environment: Visual Studio Code 1.79.2 on Windows 10, Markdown Checkbox 1.9.0

miskovics commented 6 months 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
miskovics commented 6 months ago

It's more simple: Markdown: Mark checkbox removes any asterisks, even one:

  • [x] test*

into

  • [ ] test