hyper
hyper copied to clipboard
Links include trailing > which is not legal
- [x] I am on the latest Hyper.app version
- [x] I have searched the issues of this repo and believe that this is not a duplicate
- Arch Linux latest (rolling):
- 3.4.1:
- I have no hyper.json:
- Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):
- Is Vanilla:
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.