jonathanyeung / mark-sharp

Mark Sharp WYSIWYG Markdown Editor for VS Code
36 stars 0 forks source link

Markdown links break if the description has template string (``) in it. #4

Closed Harshita-mindfire closed 4 months ago

Harshita-mindfire commented 5 months ago

Describe the bug Markdown links break if the description has template string (`) in it.

To Reproduce Steps to reproduce the behavior:

  1. Go to any .md file
  2. Add the links defined below:
    - [This is a request](https://google.com)
    - [This is a `xyz` request](https://google.com)
  3. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

image

Platform (please complete the following information):

jonathanyeung commented 5 months ago

:wave: good find! I can repro, it looks like it's an issue with any kind of text formatters such as bold or italics - I'll try to fix by the next version.

jonathanyeung commented 4 months ago

Hi @Harshita-mindfire - this should be fixed in the latest version 1.2.0 which was just released.