You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2022. It is now read-only.
Summary
I want to be able to reference a heading in a different file. In Github I would do this:
Full explanation
Let's say I have the file
path/to/guide.mdwhich looks like:Linking to that doc via an absolute path (from a different file) works well:
however, trying to link to a heading in that doc doesn't work, it gets resolved as an external reference:
It does happen to work if you use
.htmland get the relative path right (but it's still resolved as an external link).