markdown-preview.nvim
markdown-preview.nvim copied to clipboard
Images not showing
Hi, Thank you for markdown-preview. Local images aren't showing for me. Are there any settings about this? Thank you.
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.
Please check the browser network to see what happend.
LibreWolf has the same issue. Attached the 404 message:
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
.
LibreWolf has the same issue. Attached the 404 message:
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 setting
network.http.sendRefererHeader = 2
.
worked for me in firefox using this method :)