Skip to content

Replacer is not working does it also check nested ? #15

@assdi54

Description

@assdi54

let say i have

<div>
<header>
header
</header>
hello
<footer>
footer
</footer>
</div>

and i want to replace header and footer with div tag is it possible ?

<div>
<div>
header
</div>
hello
<div>
footer
</div>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions