kaishin/markoff

Local jpg Image Ref Not Working

webern opened this issue · 1 comments

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)

mitnk commented

Duplicated with #18 and see my comment in it as a solution.