Skip to content

Elements inside a button get placed after the button in the generated html #83

Open
@mdatsev

Description

@mdatsev

HTML in the page:

<button>
  <div>test123</div>
</button>

HTML generated by SnappySnippet:

<button id="BUTTON_1">
</button>
<div id="DIV_2">
	test123
</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