Jekyll uses Markdown-formatted links, but how can I link to internal content?
[[link]]
You can now post internal links by using the following:
[Some Link]({% post_url 2010-07-21-name-of-post %})
This is also referenced in the Jekyll Documentation.