benweet / stackedit

In-browser Markdown editor
https://stackedit.io/
Apache License 2.0
21.8k stars 2.73k forks source link

Import Image from the same github repository #1560

Open Rayson-Lai opened 5 years ago

Rayson-Lai commented 5 years ago

When open the .md file in github webpage, the code below can work.

![ImageName](ImageFolder/ImageName.jpg)

But in the Stackedit, the image can not be loaded. If the repository is private, using the whole url does not work either.

![ImageName](https://github.com/.../ImageFolder/ImageName.jpg)

Since the Stackedit.io application has the authority to access the repository, shouldn't this code work?

Fact0tum commented 4 years ago

Same problem. Is it a bug?