vscode-markdown-checkbox
vscode-markdown-checkbox copied to clipboard
`Mark checkbox` removes bold Markdown formatting
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
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