vscode-mermaid-editor
vscode-mermaid-editor copied to clipboard
Local Image Inserts Don't Work
When I want to reference a local image that I hope to be included in my preview the image link is broken. An example is in this following code block
graph TD
DIR("<img src='//D:/1.png'/>")
This produces the correct output for mermaid-cli
but in the preview it shows a broken link both when the output image was an svg and png.
To reproduce this behavior try to direct or link to a local image
The expected behavior is for there to be an image instead of a broken link.
- OS: Windows
- VSCode version: 1.85.1
- Extension version: 0.19.1
Please fix asap.
hi any update on this issue?