HTML supports a hyperlink to a specific section with an ID tag.
For instance, https://en.wikipedia.org/wiki/Joplin,_Missouri#History consists of a link to the webpage https://en.wikipedia.org/wiki/Joplin,_Missouri and a section with ID tag, #History
. If you click the webpage#tag
, then it would directly send you to the section instead of the top of the webpage.
Would it be possible to support such a function with the current Markdown link?
For instance, if we have a mardown page with id :/asdfasdfasdf
, then the link to a specific section with an id would be, :/asdfasdfasdf#THIS_IS_THE_HTML_ID
. If you click the link, then, instead of going to the top of the markdown page :/asdfasdfasdf
, it would scroll down to the section with #THIS_IS_THE_HTML_ID
tag.