Closed
Description
Version: 1.11.0+dev-163-g86a44f6b4
Support Relative Links
for example:

currently: https://<gitea-instance/<user>/img/00.png
how it should be: https://<gitea-instance/<user>/s/raw/branch/<branch>/img/00.png
we also should parse something like:
this: <img src="metadata/en-US/phoneScreenshots/02.png" width="200" />
to: <img src="https://<gitea-instance/<user>/s/raw/branch/<branch>/metadata/en-US/phoneScreenshots/02.png" width="200" />
since other github and gitlab? support this avter repo migration lot of broken links hapen ...
Metadata
Metadata
Assignees
Labels
No labels