Skip to content

Recognize links in HTML partially wrapped to tags  #447

@savinskiy-konstantin

Description

@savinskiy-konstantin

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions