-
Notifications
You must be signed in to change notification settings - Fork 358
Images not shown in preview #505
Comments
After reproducing this error using the provided markdown I initially received the same results, although I noticed that after reloading the window (View > Developer > Reload Window) the relative links began working as expected. If you reload the window do you get this same behavior? |
Same problem here, images not shown in markdown preview. |
I had the same problem in Atom 1.21.1, I fixed it by uninstalling and re-installing version 1.21.0 instead. View > Developer > Reload Window did not solve the problem. |
I had the same problem, and I fixed with by restart Atom, |
After seeing @ckarras comment, I tried the same markdown example on another computer that has v1.19 installed and can confirm that I didn't run into this issue. |
I can confirm that downgrading to 1.21.0 solved the problem for me as well. |
Thanks for the reports everyone, I can reproduce as well with 1.21.1 on macOS 10.12.6 (but not on 1.21.0), I'll ask the team to take a look. |
Thanks for looking at this. Until this is resolved, is there a way to disable automatic updates of Atom? Every time I restart it, I see it has been upgraded to 1.21.1 (and the problem re-appears) and I have to re-downgrade it every time (which resolves the problem). |
@ckarras You can disable automatic updates from the About screen, accessible via the I'll be looking into this this afternoon and once I find the fix, I plan to release a hotfix. Sorry for the trouble everyone. |
This will be fixed in 1.21.2, which should be out soon. |
Thanks @nathansobo ! |
Confirmed , 1.21.0 solve the problem. Steps :
HTH |
Prerequisites
Description
Images are not being displayed in markdown preview.
Steps to Reproduce
blah/relative_dir/image.jpg
and save this markdown file inblah/
Expected behavior: The image to be displayed.
Actual behavior: No image is shown. The console reports
Failed to load resource: net::ERR_FILE_NOT_FOUND
.Reproduces how often: Without fail.
Versions
markdown-preview version 0.159.15.
Additional Information
"Allow Unsafe Protocols" doesn't fix it.
The text was updated successfully, but these errors were encountered: