vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.46k stars 3.52k forks source link

Links include trailing > which is not legal #8031

Open ralsina opened 3 months ago

ralsina commented 3 months ago

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:

> echo "<http://foo.com>"
<http://foo.com>

The link points to "http://foo.com>" which is not a valid URL.