commonmark.js
commonmark.js copied to clipboard
Same-document links
Other markdown renderers support same-document links, like:
# This is my title
[Here](#this-is-my-title) is a link to the title section.
It would be nice if commonmark also supported this.