htmlarkdown icon indicating copy to clipboard operation
htmlarkdown copied to clipboard

Option to use reference-style links

Open EvitanRelta opened this issue 1 year ago • 0 comments

From the CommonMark spec: https://spec.commonmark.org/0.30/#reference-link

A reference link is in the form:

[foo][bar]

[bar]: /url "title"

But there's also different kinds of them: full, collapsed, and shortcut.
The above example is a full reference link. The other 2 are in the form:

[collapsed][]

[collapsed]: /url "title"
[shortcut]

[shortcut]: /url "title"

EvitanRelta avatar Dec 27 '22 04:12 EvitanRelta