markdown-it-github-headings
markdown-it-github-headings copied to clipboard
Headers should be clickable
The content of the <h4> itself should be wrapped with an <a> tag.
using enableHeadingLinkIcons (true by default) will add a little link icon to the left of headers that is a clickable hyperlink that links to the heading (when hovering):

Is this good enough? Making the entire heading a hyperlink gets away from the default behavior of Github's markdown rendering, but we could add it as an option to turn on?
Yeah, could we add that as an option?
+1 to making it an option.
bug bounty to whoever solves this one