Is it possible to make relative link to image in a markdown file in a gist?

alienlebarge picture alienlebarge · Apr 2, 2013 · Viewed 78.5k times · Source

I've got a gist which contains a markdown file and an image.

Is there a way to do a relative link to this image? Something like ![My image](image.png) instead of ![My image](https://gist.github.com/user/605560c2961cb3025038/raw/b75d2...6e8/img.png)

Here is an example

Answer

markand picture markand · Mar 30, 2016

As of now, relative image links are working for me, in both a repository and a wiki. I'm using syntax like this:

![Kiku](images/Kiku.jpg)

Here's an example:

https://github.com/mark-anders/relative-image-url