Links within the Same Page In Markdown (#Anchor Links)
Aug 13, 2021
The aim of this playbook🏁 is to define the use of an anchor link with Markdown, i.e. link within the same page.
1. steps/notes
- Create a link with markdown syntax referencing an id within the page
[go to chapter one](#chapter-1)
- Use a regular HTML to insert an anchor point with that id
<a id="chapter-1"></a>Chapter 1
- You can put the anchor point within a heading
### <a id="chapter-1"></a>Chapter 1