-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
preview window can't show the local image #5
Comments
This works for me as well, but probably has to do with Windows backslashes or something like that. In PanWriter, can you try |
I just tested on a Windows 10 VM and it worked fine for me. If you can reproduce this, let me know... and what your |
I can reproduce this error on my Windows 10 VM. I tried the following without success:
|
Thank you for reopening. Now I encounter the same error on Linux as well... But here the error is easily fixed: There was a space character in the file's path. Removed it, now it works. Tried the same solution on Windows, but unfortunately it doesn't do the trick. I also looked for other special characters in the path but did not find any. |
Linux Mint 21.1 & Panwriter AppImage 0.8.5 here: Images don’t display if there is a blank anywhere in the path of the generated Maybe it’s just a problem of URL-encoding. I seem to remember when there was a blank in the path (as in "Panwriter Test"), it tried to make a Also, if you look closely at the second screenshot, it generates an extra slash in the |
@Moonbase59 The spaces in the url not working seems to be correct behaviour according to Commonmark, see e.g. this example. You should be able to use About the double slash between folder and image name: thanks, should be fixed with 1665eab |
I'm seeing the same issue: relative images do not render on Windows. They render fine in Notepad++ using https://github.com/mohzy83/NppMarkdownPanel |
Hi, if I have a file named "text.md", and a file "a.png" is put in the same folder of this markdown.
![a](a.png)
This code does not show the image in the preview window, can you enable this? I think the local image(usually they have relative path to the md file) should be shown correctly.
Thanks.
The text was updated successfully, but these errors were encountered: