jbeder
#1
Use case or problem
Allow internal links to work as reference links (i.e., the Markdown link style where you write [link text][link-id]
and [link-id]: the/url
).
Proposed solution
[notes][1]
[1]: Notes.md
should work exactly the same as
[notes](Notes.md)
Current workaround (optional)
You can write these as a URL (see, e.g., here).
Related feature requests (optional)
Related bug report:
1 Like