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

Convert links between inline and footnote-style #2

Closed
abbeycode opened this issue Jan 8, 2013 · 0 comments
Closed

Convert links between inline and footnote-style #2

abbeycode opened this issue Jan 8, 2013 · 0 comments
Assignees
Milestone

Comments

@abbeycode
Copy link
Owner

In Markdown, you can write links with the following style: [inline link](http://inlineaddress.com) or

[footnote link][footnote]

...

[footnote]:http://footnoteaddress.com

It would be nice to be able to go back and forth between those. When generating the footnote-style links, name them with the text of the first link to each URL, and reuse that name for subsequent uses of the same URL.

@ghost ghost assigned abbeycode Jan 8, 2013
abbeycode added a commit that referenced this issue Jan 8, 2013
…onvert between them (not exposed in the UI yet), GitHub issue #2
abbeycode added a commit that referenced this issue Jan 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant