-
-
Notifications
You must be signed in to change notification settings - Fork 249
[Bug]: Html output is messy #309
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
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>
To reproduce
Export html example.
Version
3.4.1
OS
macOS Monterey 12.5
Validations
- Follow our Code of Conduct
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working