markdown-preview.nvim icon indicating copy to clipboard operation
markdown-preview.nvim copied to clipboard

Images not showing

Open blogdemoi opened this issue 3 years ago • 4 comments

Hi, Thank you for markdown-preview. Local images aren't showing for me. Are there any settings about this? Thank you.

blogdemoi avatar Oct 06 '21 23:10 blogdemoi

I am having the same issue with firefox. I have tried other browsers, including firefox development (because I had it installed for some reason lol), and it works as intended. I have a bunch of addons, so I am going to see if it could be one of those.

AndOrangutan avatar Oct 24 '21 20:10 AndOrangutan

Please check the browser network to see what happend.

iamcco avatar May 13 '22 13:05 iamcco

LibreWolf has the same issue. Attached the 404 message: Untitled The md file loads correctly on Chrome and portable Firefox. This is probably somehow related to default privacy-oriented config.

UPD The cause of the problem was the lack of a Referer header.. I fixed it by settingnetwork.http.sendRefererHeader = 2.

i-d-lytvynenko avatar Jan 14 '24 22:01 i-d-lytvynenko

LibreWolf has the same issue. Attached the 404 message: Untitled The md file loads correctly on Chrome and portable Firefox. This is probably somehow related to default privacy-oriented config.

UPD The cause of the problem was the lack of a Referer header.. I fixed it by settingnetwork.http.sendRefererHeader = 2.

worked for me in firefox using this method :)

hail0hydra avatar Feb 10 '24 02:02 hail0hydra