I am currently utilizing
ngx-linkifyjs
to automatically convert URLs in text to clickable hyperlinks. However, I am facing an issue where it is also converting # and @ tags into links. Is there a way to prevent the conversion of # and @ while maintaining them as plain text?
PS: Despite consulting the documentation, I was unable to find a solution.