-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Input:
<!DOCTYPE html>
<html>
<head>
<title>TITLE</title></head>
<body>
<table class=wrapper>
<div class="parent">
<table class="child"></table>
</div>
</table>
</body>
</html>
Output:
<!DOCTYPE html><html><head>
<title>TITLE</title></head>
<body>
<div class="parent">
</div><table class="wrapper">
</table><table class="child"></table>
</body></html>
Metadata
Metadata
Assignees
Labels
No labels