Local jpg Image Ref Not Working
webern opened this issue · 1 comments
webern commented
If I have a markdown file, and in the same folder I have an image with the filename somefile.jpg, in my markdown I have
![alt text](somefile.jpg)
The image is not displayed, I see the missing image question mark instead.
this also does not work
![alt text](file://somefile.jpg)