iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.64k stars 276 forks source link

Images not showing #381

Open blogdemoi opened 2 years ago

blogdemoi commented 2 years ago

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

AndOrangutan commented 2 years ago

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.

iamcco commented 2 years ago

Please check the browser network to see what happend.

i-d-lytvynenko commented 8 months ago

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.

hail0hydra commented 7 months ago

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 :)