I am writing a large Markdown document and would like to place a table of contents of sorts at the beginning that will provide links to various locations in the document. Ho
yes, markdown does do this but you need to specify the name anchor .
a full example,
this creates the link
[tasks](#tasks)
later in the document, you create the named anchor (whatever it is called).
my tasks
note that you could also wrap it around the header too.
### Agile tasks (created by developer)