I tried to link to some raw code in the README.md of a repository like
[eglot-hierarchy.el](raw/branch/main/eglot-hierarchy.el)
as this seems to be the correct relative path as seen from the `README.md.
But this got an absolute URL prefixed to end up as ...../src/branch/main/raw....
It would be great if this could work.
If it is possible already, documentation in https://codeberg.org/Codeberg/Documentation/src/branch/main/content/markdown/using-links.md would be great.
(Not sure I am in the correct project. Should this rather go to pages-server or elsewhere?)
I tried to link to some raw code in the `README.md` of a repository like
```markdown
[eglot-hierarchy.el](raw/branch/main/eglot-hierarchy.el)
```
as this seems to be the correct relative path as seen from the `README.md.
But this got an absolute URL prefixed to end up as `...../src/branch/main/raw...`.
It would be great if this could work.
If it is possible already, documentation in https://codeberg.org/Codeberg/Documentation/src/branch/main/content/markdown/using-links.md would be great.
(Not sure I am in the correct project. Should this rather go to pages-server or elsewhere?)