Authors: 2021-08-27 | Last update: 2024-02-26
| Created: Markdown Links¶
Link With Title¶
Link with Title Example
[My Github Page][github-url]
[github-url]: https://github.com/fire1ce 'Title of the link'
Result:
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:
Result:
Internal Anchor Links¶
Internal Anchor Links Example
[Jumps to section in page][internal-anchor-link]
[internal-anchor-link]: tables-lists-quotes.md#lists 'Internal Anchor Links'
Result:
Image With Links¶
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:
Mailto
Link¶
Mailto Link Example
[Send Email][mail-to-link]
[mail-to-link]: mailto:example@example.com 'Send Email'
Result: