Skip to content

Support us

Authors: fire1ce | Created: 2021-08-27 | Last update: 2024-02-26

Markdown Links

Link with Title Example
[My Github Page][github-url]

[github-url]: https://github.com/fire1ce 'Title of the link'

Result:

My Github Page


Open In New Tab

Append (target=\_blank) to the end of the link.

Open In New Tab Link Example
[My Github Page][github-url]{target=\_blank}

[github-url]: https://github.com/fire1ce 'Title of the link'

Result:

My Github Page


Result:

Internal Anchor Links Example
[Jumps to section in page][internal-anchor-link]

[internal-anchor-link]: tables-lists-quotes.md#lists 'Internal Anchor Links'

Result:

Jumps to section in page


Image With Links Example
[![This is Image with link][image-link]][url-link]{target=\_blank}

[image-link]: ../../assets/images/markdown-cheatsheet/minion200x200.png 'Minion'
[url-link]: https://github.com/fire1ce 'Go to Github'

Result:

This is Image with link


Mailto Link Example
[Send Email][mail-to-link]

[mail-to-link]: mailto:example@example.com 'Send Email'

Result:

Send Email