How to generate table of contents with links for GitHub markdown with pandoc?
I tried pandoc -f markdown_github --toc -s -S README.md -o new.md
It does create a table of contents but it has no link to sections.
I'm trying to generate a table of contents such as:

on a Windows machine.