I created a new file, set the type to Markdown, and added an image tag like ![alt text](file.png). Then I opened the markdown preview, and the image showed as a broken link icon.
What's the expected result
The image should be loaded from the directory the file would be saved to by default; the directory what was selected when the new file was created.
What's the problem
I created a new file, set the type to Markdown, and added an image tag like
![alt text](file.png)
. Then I opened the markdown preview, and the image showed as a broken link icon.What's the expected result
The image should be loaded from the directory the file would be saved to by default; the directory what was selected when the new file was created.
How to reproduce
![alt text](relative/path/to/some/image.png)
Other information