Back to Blog
Tutorial
Markdown Links Example
This article demonstrates how to add links in Markdown.
Standard Markdown Links
You can create links using the standard Markdown syntax:
Visit our official website for more information.
Check out GitHub for open source projects.
External Links
External links will automatically open in a new tab:
Internal Links
You can also link to other pages on your site:
Read our blog posts or contact us.
Links with Titles
You can add a title attribute that shows on hover:
HTML Links
You can also use HTML for more control: