We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
mermaid-cli
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.
The text was updated successfully, but these errors were encountered:
Please fix asap.
Sorry, something went wrong.
hi any update on this issue?
No branches or pull requests
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
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.
The text was updated successfully, but these errors were encountered: