jekyll-references

jekyll-references

Jekyll Markdown references plugin

Jekyll Markdown references plugin

Created by Olov Lassus, Public Domain license.

Version 2.0

Upstream GitHub project

Usage

Add references.rb file to your _plugins directory (create it if needed). Create a file named _references.md in your Jekyll site root, then add your markdown reference-style link definitions to it.

For example:

[google]: http://www.google.com  "Google it!"
[wiki]: http://wikipedia.org  "Online Encyclopedia"
[id]: url  "tooltip"

You can now reference these links in any markdown file. For example:

[Google][google] is a popular search engine and [Wikipedia][wiki] an
online encyclopedia.

Changes

See references.rb