Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
robinst
/
linkify
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
18
Star
242
Code
Issues
13
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
linkify
tests
url.rs
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 6, 2026
feature: support rfc-compliant bracketed ipv6 addresses in URLs.
Show description for f614994
andrewsuperlegit
committed
f614994
View commit details
Copy full SHA for f614994
View code at this point
Browse repository at this point
Commits on Apr 4, 2026
Fix URL parsing to include delimiters before slashes
Show description for 829747b
mre
committed
829747b
View commit details
Copy full SHA for 829747b
View code at this point
Browse repository at this point
Commits on Jun 24, 2023
Support URIs with empty path but with query
robinst
committed
1ac3d2f
View commit details
Copy full SHA for 1ac3d2f
View code at this point
Browse repository at this point
Merge pull request #56 from serega/rfc-3987-iri-optional
Show description for 7331d75
robinst
authored
7331d75
View commit details
Copy full SHA for 7331d75
View code at this point
Browse repository at this point
Run cargo fmt
robinst
committed
e2e9ae9
View commit details
Copy full SHA for e2e9ae9
View code at this point
Browse repository at this point
Commits on Jun 3, 2023
Don't require host for `file` scheme
mre
committed
786fa8e
View commit details
Copy full SHA for 786fa8e
View code at this point
Browse repository at this point
Commits on Jan 20, 2023
Added a flag url_can_bi_iri that allows disabling IRI parsing
serega
committed
249c38a
View commit details
Copy full SHA for 249c38a
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
Add test cases from #44 that now work correctly on this branch
robinst
committed
0f5b2e9
View commit details
Copy full SHA for 0f5b2e9
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
Remove no longer necessary check if domain is actually an email address
Show description for 5bfb516
robinst
committed
5bfb516
View commit details
Copy full SHA for 5bfb516
View code at this point
Browse repository at this point
Unify authority scanning between email, plain domains and URLs
Show description for e6f4b00
robinst
committed
e6f4b00
View commit details
Copy full SHA for e6f4b00
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
Getting close
Show description for 43dab40
robinst
committed
43dab40
View commit details
Copy full SHA for 43dab40
View code at this point
Browse repository at this point
Commits on Jun 22, 2022
Start working on checking domain names
Show description for b1b6d5e
robinst
committed
b1b6d5e
View commit details
Copy full SHA for b1b6d5e
View code at this point
Browse repository at this point
Commits on Sep 1, 2021
Do not scan email addresses as URLs without protocol
timvisee
committed
1095c1e
View commit details
Copy full SHA for 1095c1e
View code at this point
Browse repository at this point
URLs without scheme must have a TLD of at least two characters
Show description for 632faf7
timvisee
committed
632faf7
View commit details
Copy full SHA for 632faf7
View code at this point
Browse repository at this point
Fix URLs with special characters not being detected without a scheme
timvisee
committed
b0a09de
View commit details
Copy full SHA for b0a09de
View code at this point
Browse repository at this point
Add unit tests for links without protocol
mre
authored and
timvisee
committed
f4cad7a
View commit details
Copy full SHA for f4cad7a
View code at this point
Browse repository at this point
Commits on May 18, 2021
Merge pull request #21 from mre/single-quote
Show description for ecc08c7
robinst
authored
ecc08c7
View commit details
Copy full SHA for ecc08c7
View code at this point
Browse repository at this point
Commits on Apr 26, 2021
Exclude quotes before URL
mre
committed
8c947cc
View commit details
Copy full SHA for 8c947cc
View code at this point
Browse repository at this point
Commits on Apr 19, 2021
Add more single-quote tests
mre
committed
10fe1d4
View commit details
Copy full SHA for 10fe1d4
View code at this point
Browse repository at this point
Move test
mre
committed
2ee2317
View commit details
Copy full SHA for 2ee2317
View code at this point
Browse repository at this point
Add test for single-quoted string
mre
committed
22ad5da
View commit details
Copy full SHA for 22ad5da
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
Merge pull request #19 from mre/pipe-tests
Show description for ae4103a
robinst
authored
ae4103a
View commit details
Copy full SHA for ae4103a
View code at this point
Browse repository at this point
Commits on Apr 6, 2021
Stop URL parsing on pipe character (|)
mre
committed
8bce1c7
View commit details
Copy full SHA for 8bce1c7
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
Add tests for ipv4/ipv6 local addresses
mre
authored
7ef0265
View commit details
Copy full SHA for 7ef0265
View code at this point
Browse repository at this point
Commits on Feb 13, 2021
Don't include `*` at the end of URLs
robinst
committed
79b73bf
View commit details
Copy full SHA for 79b73bf
View code at this point
Browse repository at this point
Commits on Feb 12, 2021
Test complex html
mre
committed
9ef3059
View commit details
Copy full SHA for 9ef3059
View code at this point
Browse repository at this point
Commits on Feb 11, 2021
Add test for parsing image URLs
mre
committed
df0df27
View commit details
Copy full SHA for df0df27
View code at this point
Browse repository at this point
Commits on Aug 5, 2019
Run `cargo fmt` to remove empty lines after fix
robinst
committed
ba20428
View commit details
Copy full SHA for ba20428
View code at this point
Browse repository at this point
Run `cargo fix --edition-idioms`
robinst
committed
0f6d5ef
View commit details
Copy full SHA for 0f6d5ef
View code at this point
Browse repository at this point
Run `cargo fix --edition` in preparation for 2018 edition
robinst
committed
7a642e5
View commit details
Copy full SHA for 7a642e5
View code at this point
Browse repository at this point
Commits on Aug 4, 2019
Rustfmt
robinst
committed
9b0a8a8
View commit details
Copy full SHA for 9b0a8a8
View code at this point
Browse repository at this point
Stop URLs at " or ` quotes
Show description for 90f0836
robinst
committed
90f0836
View commit details
Copy full SHA for 90f0836
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
Add support for grave quotes (`)
Show description for 25b3164
chrisduerr
committed
25b3164
View commit details
Copy full SHA for 25b3164
View code at this point
Browse repository at this point
Commits on Sep 18, 2017
Don't link if authority is only "end" characters
Show description for 6429c17
robinst
committed
6429c17
View commit details
Copy full SHA for 6429c17
View code at this point
Browse repository at this point
Commits on May 18, 2017
Add test for Punycode domain, include in README
robinst
committed
6be795b
View commit details
Copy full SHA for 6be795b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.