You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an issue, Since I'm having a string with links, but the links has some whitespaces, so Linkify treats the link after the whitespace as a string, instead of link.
Example:
Hello, Welcome to my website, https://example.portolfio.com/abc/example portfolio.png which is the example portfolio image
in this, React Linkify considers https://example.portolfio.com/abc/example as the link and leave the portfolio.png as a normal string.
Is there a way to fix this?
The text was updated successfully, but these errors were encountered:
Hi React-Linkify Team,
I'm facing an issue, Since I'm having a string with links, but the links has some whitespaces, so Linkify treats the link after the whitespace as a string, instead of link.
Example:
Hello, Welcome to my website, https://example.portolfio.com/abc/example portfolio.png which is the example portfolio image
in this, React Linkify considers
https://example.portolfio.com/abc/example
as the link and leave theportfolio.png
as a normal string.Is there a way to fix this?
The text was updated successfully, but these errors were encountered: