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

add interlinks plugin for markdown #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

neo2k
Copy link

@neo2k neo2k commented May 16, 2014

Manage frequently used links in config file.

Config example:

interlinks.example=http://www.example.de

Usage in markdown:

[Normal boring link](http://www.example.com). 
But this is a [cool link](example>) that links to this site.

generates:

<a href="http://www.example.com">Normal boring link</a>. 
But this is a <a href="http://www.example.de">cool link</a> that links to this site.

Inspired bei interlinks plugin from pelican website generator.

@jonbullock
Copy link
Member

Thanks for the contribution, I'll leave this open until plugin support has a bit more structure to it as I'd like to include this functionality and potentially not just for Markdown.

@jonbullock jonbullock added this to the v3.0.0 milestone May 14, 2015
@jonbullock jonbullock modified the milestones: future, v3.0.0 Nov 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants