mjbvz / vscode-markdown-mermaid

Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid
MIT License
630 stars 112 forks source link

Images don't work when their URLs return HTTP 307 #219

Closed michaelKurowski closed 9 months ago

michaelKurowski commented 9 months ago

When including an HTML into a node, you cannot access an image that's hosted online if the url returns a redirect to a different url.

Screenshot 2023-10-05 at 20 45 50

Mermaid live editor doesn't have any issues with rendering this

Screenshot 2023-10-05 at 20 46 29

See in live editor

michaelKurowski commented 9 months ago

Apperently I've been using wrong urls that required authentication, so mermaid couldn't pull images from them