Updated

Working with links

Working with links in markdown is simple once you get the hang of it.

For the simplest use case you can paste a link directly into your markdown and it will transform into an active hyperlink:

https://en.wikipedia.org/wiki/Main_Page

https://en.wikipedia.org/wiki/Main_Page

To create a nicely formatted interal link with a title use this simple markdown syntax:

[Tips & tricks](/tips-and-tricks)

Tips & tricks

Internal links should start with a slash and include a path that matches the permalink set on the page you are linking to.

Use the same syntax to link to an external URL with title:

[Wikipedia](https://en.wikipedia.org/wiki/Main_Page)

Wikipedia

Did you know? All external links are configured to automatically open in a tab or window. If you want to disable this setting, you can remove the plugin from your .eleventy.js configuratioon file.

Made with ❤ in Minneapolis