Support for relative paths in markdown links

This works:

![logo](http://example.com/image.png)

whereas this does not:

![logo](image.png)

Is there any possibility of adding support? Github adopted this a while ago, so I suspect a significant number of READMEs will not render properly without it.

3 Likes

This is not only true for images, but links in general. For example, creating a table of contents with anchor links does not work as well:
[Getting started](#getting-started)

1 Like