HTML Intra page links
1 min read
Just use HTML.
a [link](#unique) to the same page
<div id="unique"></div>
The official markdown spec doesn't support this feature. That's why HTML is required.
Source for this idea - ripgrep's Readme.
A markdown processor like remark-autolink-headings
adds these IDs to all heading tags.