kdzwinel / SnappySnippet

Chrome extension that allows easy extraction of CSS and HTML from selected element.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML cleanup plugin messes up the HTML structure

kdzwinel opened this issue · comments

<a class="mint-button-primary">
                <div class="mint-button-primary__hole">
                    Add question
                </div>
            </a>

➡️

<a id="A_1"></a>
<div id="DIV_2">
    Add question
</div>

😢