cooklang / cooklang-rs

Canonical Cooklang parser in Rust
https://cooklang.github.io/cooklang-rs/
MIT License
44 stars 6 forks source link

Encapsulated URL in author/source without a name issue #12

Closed Someone0nEarth closed 7 months ago

Someone0nEarth commented 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

The expected behavior would be (at least for me):

<https://rachel.url> -> no name and url https://rachel.url

This issues could be fixed, with a approach, that is also addressing this issue.