markdown-it-github-headings
markdown-it-github-headings copied to clipboard
:octocat: Add anchors and links to headings just like Github does
This line needs to be removed: Note that you already have `aria-hidden=true` on the SVG, which should suffice. Google's PageSpeed Insights deems this current behavior negatively.
Support custom href. For HashRouter, this is very necessary.
The content of the `` itself should be wrapped with an `` tag.
Ref: https://github.com/Flet/github-slugger/issues/32
The `innertext` dependency is dependent on `html-entities` which results in an extra 46.2 KB or 13.82 KB gzip'd. Could `innertext` be replaced with a more lightweight library?