V0.2.1
- fix crash when deleting model and children at the same time
- format compiled code for it to look better ok
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div>
<label>
<span>
<h1>Hello world</h1>
</span>
<input type="checkbox">
</label>
</div>
</body>
</html>->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Document
</title>
</head>
<body>
<div>
<label>
<span>
<h1>
Hello world
</h1>
</span>
<input type="checkbox">
</label>
</div>
</body>
</html>