linkifyjs
linkifyjs copied to clipboard
Recognize links in HTML partially wrapped to tags
Source html:
<p>Some text https://<span>google</span>.com</p>
Expected result:
<p>Some text <a href="https://google.com">https://<span>google</span>.com</a></p>
Are there solutions for this case?
Thanks