artemsheludko/fresh

How can I change the img in other path

Opened this issue · 0 comments

In each markdown,I can write img: xxx.jpg`` so that I can put the picture from path /assets/img/. However I want to use picture in other path like weibo or facebook. But if I use url directly,like http://xxx.xxx.xxx```,it will become /assets/img/http://xxx.xxx.xxx,so that the picture will not display in my website.
Can you tell me how can I do in post.html?