AnthonyNahas / ngx-linkifyjs

Angular V8 wrapper for linkifyjs - library for finding links in plain text and converting them to HTML <a> tags via linkifyjs
https://anthonynahas.github.io/ngx-linkifyjs
MIT License
42 stars 20 forks source link

Match partial invalid urls #164

Open vlafranca opened 3 years ago

vlafranca commented 3 years ago

Bug Report or Feature Request (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request

OS and Version?

Windows 10 testing the demo

Versions

Online demo version

Repro steps

On the demo go to "Test links via Service" and enter "http://github" in the input field, submit. I treturns true but it is an invalid url

The log given by the failure

No failure

Desired functionality

It should not parse http://github as a valid url

Mention any other details that might be useful

NA