scullyio / scully

The Static Site Generator for Angular apps
https://scully.io/
MIT License
2.55k stars 256 forks source link

question: relative image location in markdown files #1333

Open aquariuslt opened 3 years ago

aquariuslt commented 3 years ago

When writing markdown with images (cover of the article, or attachment in markdown content), we can using absolute/relative image url in markdown syntax.

The relative link like

![screenshot](./images/screenshot.png)

Is there any document about how to resolve relative image location in markdown file? or can we provide custom plugins to process image location in markdown files?

SanderElias commented 3 years ago

I would have to investigate, but I believe we are already handling this somewhere. I think the seoRewrite plugin takes care of this. If not, there is another place where we are doing this

laurentmau commented 3 years ago

I've the same issue. Any news on this ? @SanderElias I cannot find the "seoRewrite" plugin.