kaishin / markoff

A lightweight Markdown (CommonMark) previewer for macOS.
ISC License
793 stars 43 forks source link

Local jpg Image Ref Not Working #52

Open webern opened 5 years ago

webern commented 5 years ago

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 5 years ago

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