Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to use reference-style links #38

Open
EvitanRelta opened this issue Dec 27, 2022 · 0 comments
Open

Option to use reference-style links #38

EvitanRelta opened this issue Dec 27, 2022 · 0 comments
Labels
feature New feature

Comments

@EvitanRelta
Copy link
Owner

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 EvitanRelta added the feature New feature label Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant