Skip to content

bareUrls

Reports bare URLs that should be formatted as autolinks or links.

✅ This rule is included in the md stylistic preset.

Bare URLs without angle brackets are not universally recognized as clickable links across all Markdown processors. While GitHub Flavored Markdown supports bare URLs, standard Markdown requires them to be wrapped in angle brackets (<>) or formatted as links with descriptive text. Using proper formatting ensures compatibility and improves accessibility.

For more info, visit https://www.example.com
Contact us at user@example.com
# https://www.example.com/

If you know your project is only going to be used with a particular Markdown parser, and that parser supports bare URLs predictably, you might not need this rule.

Made with ❤️‍🔥 in Boston by Josh Goldberg and contributors.