[x]):make a migration from a github repo as a mirror, and found a image missing error.


@gary-kim you are right
this problem may not caused by relative path
my fault, it's network problem
Update on 2019/08/30, the Awesom Python image load well.

Can you reproduce the bug at https://try.gitea.io:
Yes (provide example URL) README.md


The Awesome Python image seems to be loading fine on my system. Could you check your browser console?
It's because they are using raw HTML and not markdown for the image.
Gitea does not currently have code to support fudging raw HTML images that I am aware of.
For example, here is my fork of your repo where I put the image in markdown instead of raw HTML.
https://try.gitea.io/jolheiser/learn-regex/src/branch/master/README.md
When I look on their GitHub repo, I can see that GH has changed the URL when displaying it in order for it to work.

In regards to the awesome python image, that loads fine for me as well.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.