TIL that in #Obsidian, you can deep-link headline *hierarchies*:
`My Note.md`:
```
## Section 1
### Subsection
## Section 2
### Subsection
```
- `[[My Note#Section 1]]` (I knew that, of course)
- `[[My Note#Section 1#Subsection]]` (ooh!)
- `[[My Note#Section 2#Subsection]]`