Links in Markdown
Inline links
Section titled “Inline links”Wrap the visible text in [brackets], then the URL in (parentheses). That’s it.
[Markdown for AI](https://markdownforai.org)Reference links
Section titled “Reference links”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.orgBare URLs
Section titled “Bare URLs”Wrap a raw URL in angle brackets to make it clickable.
<https://markdownforai.org>