AnthonyNahas/ngx-linkifyjs

Mention and Hash Tags not working in v2

Opened this issue · 0 comments

Bug Report or Feature Request (mark with an x)

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

OS and Version?

Windows 10. Linux

Versions

"@angular/cli": "^18.2.10",

 "linkify-string": "^4.1.3",
 "linkifyjs": "^4.1.3",
 
 
 Node:: 18.19.1

Desired functionality

should highlight the mentions and hashtags in these strings despite enabled from the setting
new msg #tag enabled for @ds

also, l
linkifyService.find("new msg #tag enabled for @ds") gives me array of zero

It only highlight URL and emails.