-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mirror project: wrong path to images #15075
Comments
You need to tell us what the file actually links to in the markdown, what it was rendered to, what you expected, what your appurl URL and give us some indication as to how you expect us to be able to guess that this is what it should be. We could potentially change the base URL for the render but I think we may be screwed at making this work. |
Sorry. My gitea config
The URL to the image on the GitHub page looks is
The link in my local Gitea instance is
Misc is on in my Gitea an organization. It's not bad, that the image isn't shown. But the basic authentication "sucks". |
markdown rendering related. |
Auth popup is a separate issue where the browser hits the HTTPS endpoint meant for the git client which should never happen. If there are steps to reproduce this popup, please open a separate issue with them. |
OK so the actual markdown that is being misrendered is:
which is then linked to a reference at the bottom of the file:
|
So it's the linked reference paths aren't being handled properly |
Fix go-gitea#15075 Signed-off-by: Andrew Thornton <art27@cantab.net>
…#15088) * Links in markdown should be absolute to the repository not the server Fix #15075 Signed-off-by: Andrew Thornton <art27@cantab.net> * match github Signed-off-by: Andrew Thornton <art27@cantab.net> * add testcase Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de>
Should this work in 1.14.0? |
1.15.0 |
…go-gitea#15088) * Links in markdown should be absolute to the repository not the server Fix go-gitea#15075 Signed-off-by: Andrew Thornton <art27@cantab.net> * match github Signed-off-by: Andrew Thornton <art27@cantab.net> * add testcase Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de>
[x]
):Description
When I migrate https://github.com/cassiomolin/log-aggregation-spring-boot-elastic-stack then I get in browser
The problem is the brocken url path to the image:
The text was updated successfully, but these errors were encountered: