How to anchor specific ID in code from markdown in vscode?

Viewed 13

I have a markdown in my project as content catalog of the project. I wish to write something like code below, And it may anchor to specific id in code.

<!-- markdown -->
[feat name](/path/to/file#someId)
// code
// some ID/anchor that can link to

When use cmd+click, vscode can redirect to right location.

0 Answers
Related