Closed Someone0nEarth closed 7 months ago
If there is no given name but an encapsulated URL, the url will be intepreted as name:
<https://rachel.url> -> name <https://rachel.url> and no URL
<https://rachel.url>
The expected behavior would be (at least for me):
<https://rachel.url> -> no name and url https://rachel.url
https://rachel.url
This issues could be fixed, with a approach, that is also addressing this issue.
If there is no given name but an encapsulated URL, the url will be intepreted as name:
<https://rachel.url>
-> name<https://rachel.url>
and no URLThe expected behavior would be (at least for me):
<https://rachel.url>
-> no name and urlhttps://rachel.url
This issues could be fixed, with a approach, that is also addressing this issue.