while testing #147731
- create a markdown file with a header
# header
- create a notebook with a markdown cell and link to that header
[link](document.md#header)
- click the link in the rendered markdown
result:
vscode attempts to navigate to a file named document.md#header
note that both auto-complete and find references for the header work correctly for that link.