Open ralsina opened 3 months ago
Hyper tries to detect URLs and make them clickable, but it's accepting things that are invalid, including some patterns that are very common.
For example:
> echo "<http://foo.com>" <http://foo.com>
The link points to "http://foo.com>" which is not a valid URL.
Issue
Hyper tries to detect URLs and make them clickable, but it's accepting things that are invalid, including some patterns that are very common.
For example:
The link points to "http://foo.com>" which is not a valid URL.