In sublime, I can add link to line number using the format below.
[Link Title](File.md:11:2)
With keybinding Alt+O, I can go to the line number (and column number). However I want to create a link like this.
[Link Title](File.md "References")
However, after pressing Alt + O, Sublime will only open the file. I want it to search for the word “References” and go to the first occurrence.