Back to cheat sheet

Link

Create a hyperlink with the [visible text](url) form.

Markdown
[Visit example](https://example.com)
Preview
HTML output
<p><a href="https://example.com">Visit example</a></p>

Tip — Add a title with [text](url "tooltip") using double quotes.

Open in converter