commonmark.js icon indicating copy to clipboard operation
commonmark.js copied to clipboard

Same-document links

Open galmok opened this issue 7 years ago • 0 comments

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.

galmok avatar Nov 14 '18 16:11 galmok