[FEATURE] Header links
Open
- Dominant language
- HTML
- Stars
- 1k
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
GitHub at least includes the ability to create header links. This for instance makes the #header-1 link to the first heading named Header, ie
```
heres the [link](#header-1] <- clicking this takes you to the header below
#### Header
```
However, this library makes those links absolute, meaning it now links to the original github repository, thereby taking them off our website.
Is there a way to make the links relative that I'm missing, or could that be made a new feature if it's not already present?
Contributor guide
Assessment
This issue has not been assessed yet.