Anchors can be used to link to sections inside your files.
Headlines are a type of anchor and
can be linked to in the following way:
## Some Headline
[Link To Some Headline]: #some-headline
If you want to create headlines from unicode chars,
badges, .. that cannot / are difficult to link to, you
can simply create a custom anchor.
<a name = 'fancy-headline'></a>
## 👒 Fancy Headline
[Link To Fancy Headline]: #fancy-headline
This can also be used to offset the jump location
that is reached when the reader clicks the link.