We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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.
The text was updated successfully, but these errors were encountered:
Should be fixed now
Sorry, something went wrong.
Thank you.
shd101wyy
No branches or pull requests
Describe the bug
![]()
image link with a URL fragment will result in the following error messageEnvironment
To Reproduce
If the following description is used, the image will be displayed.
If you write as follows, an error will occur.
or
Thanks for reading.
The text was updated successfully, but these errors were encountered: