mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Fixes #59711 For a md document: ```md # a # a - [a](#a) - [next a](#a-1) ``` You can now click on the second link in the editor to navigate to the second `a` header. It is identified by being suffixed with `-1`.