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

[BUG] URL fragments on image links do not load #1837

Closed
suminosin opened this issue Oct 15, 2023 · 2 comments
Closed

[BUG] URL fragments on image links do not load #1837

suminosin opened this issue Oct 15, 2023 · 2 comments
Assignees
Labels

Comments

@suminosin
Copy link

Describe the bug
![]() image link with a URL fragment will result in the following error message

EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open 'FILE PATH\xxxx.svg#URL_fragment'

Environment

  • OS: Windows 10
  • VSCode: 1.83.1
  • Markdown Preview Enhanced: 0.8.6

To Reproduce
If the following description is used, the image will be displayed.

![Success](xxxxxx.svg#URL_fragment) Some text

If you write as follows, an error will occur.

![Failure](xxxx.svg#URL_fragment)

or

![Failure](xxxx.svg#URL_fragment)
Any text

Thanks for reading.

@shd101wyy
Copy link
Owner

Should be fixed now

@suminosin
Copy link
Author

Thank you.

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

No branches or pull requests

2 participants