Bug: Reference-style Markdown links not working
I can't find any indication that this is an intentional choice, so here's a minor bug report:
Working:
[text](/url/) [[wiki-style]]
Not working:
[text][id] [id]: /url/
Daring Fireball on Reference-style linking syntax:
https://daringfireball.net/projects/markdown/syntax#link
Howdy, Stranger!
Comments
With "working", do you mean you cannot click on reference-style link anchor texts? (The "text" in the 2nd example)
Author at Zettelkasten.de • https://christiantietze.de/
Correct.
I noticed that markdown reference links are still not clickable in the current version of TA.
I wonder what the best effect of clicking on the inline part of the link would be. It could be opening the final link target or scrolling to the reference, like a footnote. What do you think?
It seems they should open the final link target directly as scrolling is already accomplished by footnotes in the extended markdown syntax.