react-linkify
react-linkify copied to clipboard
React component to parse links (urls, emails, etc.) in text into clickable links
I was reading this library uses linkify-it: (https://github.com/markdown-it/linkify-it), so I was wondering where should I add a new pattern to recognize for example phone numbers using react typescipt. Is there...
When I do: ``` {description} ``` and `description` equals: ``` The JSON Query expression. Reference: http://docs.jsonata.org ``` it will render: ``` The JSON Query expression. Reference: http://docs.jsonata.org ``` with version:...
When I Try to use Linkify wrapping a contentEditable component it does not render an `a` tag; code example: ```javascript Type a link ``` the HTML produced: * from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...