Skip to content

[Bug]: Html output is messy #309

@christophdoering

Description

@christophdoering

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions