sindresorhus / linkify-urls

Linkify URLs in a string
MIT License
160 stars 22 forks source link

Skip truncated links #40

Closed Katsute closed 1 year ago

Katsute commented 1 year ago

Closes #39

~getAsString skip linkifying if the input ends with and the URL is next to that .~

~getAsDocumentFragment skip linkifying if the URL is the second to last item and the last item is .~

Skips linkifying any URL followed by or ...

Katsute commented 1 year ago

Skips linkifying any URL followed by or ...

fregante commented 1 year ago

Thanks for the PR @Katsute!