Example ```markdown # note-a Long text ## Some Pa...
# questions
k
Example
Copy code
markdown
# note-a
Long text

## Some Paragraph
- #personA said this and that
Copy code
markdown
# note-b
Long text

## Another paragraph
- #personA said another thing
and then you search or extract by
#personA
or whatever and get an overview which displays
Copy code
# Context of #personA

![[note-a#some-paragraph]]

![[note-b#another-paragraph]]