Markdown tips — Auto-links for urls and email addresses

Опубликовано: 16 Март 2026
на канале: Code 2020
497
17

Auto-links are a standard compliant way to make sure a url or email address is rendered as a clickable link. To create an auto-link, simply wrap the url/email in angle brackets

Many markdown engines create links from anything that looks like a url or email. However this is not actually standardized behavior and sometimes you'll have to disable this automatic linkification because it is creating links too eagerly. In these cases, auto-links can be a useful alternative

#markdown