Is there a way to create a URL anchor, , link from within a Markdown file, to another file within the same repository and branch (aka a link relative t
I am not sure if I see this option here. You can just create a /folder in your repository and use it directly:
/folder
[a relative link](/folder/myrelativefile.md)
No blob or tree or repository name is needed, and it works like a charm.