First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
Following this question I’ve tried
A[(<img src='https://icon-library.com/images/small-icon-png/small-icon-png-6.jpg' width='40', height='40' />)]
A-->B
``` and it works, but if I try to insert local image with relative path it doesn't work
```mermaid graph TD;
A[(<img src='page.jpg' width='40', height='40' />)]
A-->B
*page.jpg is located next to MD file.
My question is it a bug in Mermaid or in Obsidian?
mermaid, images problem