Tech Notes

Note Template

## Title

### Contents
- [Section](#section)
  - [Subsection](#subsection)
- [Section with custom anchor (Optional)](#custom-section)

---

### Section

Text...

[Contents](#contents)

#### Subsection

Text...

[Contents](#contents)

---

### Section with Custom Anchor (Optional) <a id="custom-section"></a>

Custom anchors are also useful inside content (Optional):

<a id="important-note"></a>
**Important Note:** This paragraph explains something critical that you may want to reference directly.

Link:
[Jump to Important Note](#important-note)

[Contents](#contents)