Markdown Link Syntax

Enclose the link text in brackets, and then follow it immediately with the URL in parentheses. An optional title can be added after the URL.

MarkdownRendered Output
[I'm a link](https://markdowntopdf.me)I'm a link
[I'm a link with a title](https://markdowntopdf.me "Title")I'm a link with a title
[I'm a relative link](../image-syntax)I'm a relative link

URL and Email Links

To quickly turn a URL or email address into a link, enclose it in angle brackets.

Markdown:

<https://markdowntopdf.me>
<[email protected]>

Rendered Output:

Next, let's learn about Markdown Image Syntax.