linkifyjs icon indicating copy to clipboard operation
linkifyjs copied to clipboard

Recognize links in HTML partially wrapped to tags

Open savinskiy-konstantin opened this issue 1 year ago • 0 comments

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

savinskiy-konstantin avatar Jul 28 '23 06:07 savinskiy-konstantin