Hi,
I want to create an article with these two files:
/content/article/myarticle/index.md
/content/article/myarticle/image.jpg
In the article, I would like to reference the image like this:
![](image.jpg)
Is this possible and if yes, how do I do it?
zwbetz
2
Try:
![alt-text](/rel-permalink-to-article/image.jpg/)
Yes, this works, but my question is if it’s possible to avoid absolute image urls.
zwbetz
4
Am not sure if it’s currently possible to reference a page bundled image only by name.
There’s always the option of putting your image at
YOUR_SITE/static/image.jpg
but that’s probably not what you want.