The exported html is missing a header and doctype. The body and style tags are not closed right.
<html>
<body><div>Add fragments with HTML & CSS languages to view result.</div><body>
<style>
body {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
body{
color:red;
font-family:sans-serif;
}<style>
</html>
Export html example.
Describe the bug
The exported html is missing a header and doctype. The body and style tags are not closed right.
To reproduce
Export html example.
Version
3.4.1
OS
macOS Monterey 12.5
Validations