In other markdown apps that support HTML it is possible to link within the current note by using some simple syntax:
- establish an anchor wherever you want by typing
<a name="anchorname"></a> - then, from anywhere in the note create a link with
[some text](#anchorname).
One can then click on the link created in step 2 and is taken to the anchor.
I use this feature quite a lot.