vscode-markdown-checkbox icon indicating copy to clipboard operation
vscode-markdown-checkbox copied to clipboard

`Mark checkbox` removes bold Markdown formatting

Open miskovics opened this issue 1 year ago • 2 comments

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 avatar Jul 19 '23 05:07 miskovics

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 avatar Apr 12 '24 06:04 miskovics

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

  • [x] test*

into

  • [ ] test

miskovics avatar May 02 '24 08:05 miskovics