Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 724 Bytes

Anchors.md

File metadata and controls

46 lines (27 loc) · 724 Bytes

Anchors

Anchors can be used to link to sections inside your files.


Headlines

Headlines are a type of anchor and
can be linked to in the following way:


## Some Headline

[Link To Some Headline]: #some-headline


Custom Anchors

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.