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

Store all links in central place, not just referenced links #10

Closed
wooorm opened this issue Jan 4, 2015 · 1 comment
Closed

Store all links in central place, not just referenced links #10

wooorm opened this issue Jan 4, 2015 · 1 comment
Labels
remark 🦋 type/enhancement This is great to have

Comments

@wooorm
Copy link
Member

wooorm commented Jan 4, 2015

This would make sure just one reference is created when stringifying with referenceLinks: true:

[a link][link] and [another link](http://example.com)

[link]: http://example.com

Yields:

[a link][1] and [another link][2]

[1]: http://example.com
[2]: http://example.com
@wooorm
Copy link
Member Author

wooorm commented May 7, 2015

This was closed by 2295073.

@wooorm wooorm closed this as completed May 7, 2015
@wooorm wooorm added 🦋 type/enhancement This is great to have remark labels Jan 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
remark 🦋 type/enhancement This is great to have
Development

No branches or pull requests

1 participant