Skip to content

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.

2 participants