Steps to reproduce
note.md
# headerA
content 1
## headerB
content 2
# headerB
content 3
Expected result
Expect use [[note#headerB]]
to refer 1st-level headerB with content3,
Actual result
Link to 2nd-level headerB above content 2.
Environment
- Operating system: Win 10
-
Debug info:
SYSTEM INFO:
Obsidian version: v1.1.9
Installer version: v1.1.9
Operating system: Windows 10 Pro 10.0.19045
Login status: not logged in
Insider build toggle: off
Live preview: on
Legacy editor: off
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: onRECOMMENDATIONS:
none
Additional information
I think should use Level-Header Path to refer 2nd-level “headerB” like [note#headerA#headerB]
.
In OS file system, same file/folder name on different path won’t be treated as duplicate.