I can't seem to get Note References to work with a...
# questions
g
I can't seem to get Note References to work with a second level header (##) and a question mark.
![[Link.to.note]]
works in include the whole note. I just want part of it. The first section is
## What is the point?
and the next is
## Features
. I only want to embed the first section. I've tried:
![[link.to.note##What-is-the-point?:##Features]]
which links the entire note
![[link.to.note#What-is-the-point?:#Features]]
which doesn't work (start anchor could not be found)
![[link.to.note#What-is-the-point:#Features]]
works if I remove the question mark from the section title. I assume I can't use
?
in a section title since it's probably a special character for something? Do I always use a single
#
regardless of how deep the header is?