Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark checkbox removes bold Markdown formatting #54

Open
miskovics opened this issue Jul 19, 2023 · 2 comments
Open

Mark checkbox removes bold Markdown formatting #54

miskovics opened this issue Jul 19, 2023 · 2 comments

Comments

@miskovics
Copy link

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
Copy link
Author

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
Copy link
Author

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

  • test*

into

  • test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant