Skip to main content
Version: 2.0

Formatting URLs

Adding a link so that it opens in a separate tab is recommended. Use the following syntax:

<a href="https://www.markdownguide.org/cheat-sheet/" target="_blank">Markdown Cheat Sheet</a>

That way, we avoid the following URLs syntax that opens within the current page:

[Markdown Cheat Sheet]( https://www.markdownguide.org/cheat-sheet/)