You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
But I noticed it when '#' was outside my relative path. My link simply was img/my_img.png
So in order to make it work I'd have insert something like /C:/Users/name/Desktop/%23some_path/md/img\my_image.png – which is messy and inconvenient and will break if I move my directory elsewhere.
Prerequisites
Description
When path to an image contains '#' – the image in not rendered in preview.
Failed to load resource: net::ERR_FILE_NOT_FOUND
/C:/Users/name/Desktop/md/#img\my_image.png
The md looks like this:
![alt-text](#img/my_image.png)
It might be even:
![alt-text](img/my_image.png)
but if '#' is present somewhere in the path, the image gets lost on the way.
for example: /C:/Users/name/Desktop/#some_path/md/img\my_image.png
Steps to Reproduce
Insert an image with path containing '#'
Expected behavior:
The image should show up in preview
Actual behavior:
The image does not show up
Reproduces how often:
Always
Versions
1.38.2 x64
Windows 8.1
Additional Information
Might be related to #505?
The text was updated successfully, but these errors were encountered: