Skip to content

Links in Markdown

Wrap the visible text in [brackets], then the URL in (parentheses). That’s it.

[Markdown for AI](https://markdownforai.org)

Define the URL once with a label, then reuse the label. It keeps long paragraphs readable.

See [our guide][g] for more.
[g]: https://markdownforai.org

Wrap a raw URL in angle brackets to make it clickable.

<https://markdownforai.org>