Linkify URLs
Wrap http URLs in plain text as Markdown / HTML / BBCode links.
Linkified
Check out [example.com](https://example.com) or [github.com](https://github.com/foo/bar) for more info. Old reference at [old.example.org](http://old.example.org)!
Find http(s) URLs and wrap them as Markdown, HTML, or BBCode links. Strips trailing punctuation from URLs (so "example.com." becomes "example.com" with the period kept outside the link).
About
Paste text. The tool finds http(s) URLs and wraps them as proper links. Strips trailing punctuation so 'See example.com.' keeps the period outside the link.
How to use
- Paste text.
- Pick a format.
FAQ
Does it handle bare domains?+
Only http(s) URLs. Bare 'example.com' (no protocol) is ambiguous - it could be a sentence reference or a link. The tool only auto-links explicit URLs.