Skip to content

Body element missing from rendered HTML #122

@Zhaph

Description

@Zhaph

Possibly related to #114 I found that I was unable to apply a global style to the output as there was no <body> element in the mark up.

Suggest updating the generated HTML to:

//build the html for rendering
html = $"{htmlStart}{headStart}{string.Concat(header)}{headEnd}<body>{html}<footer>{string.Concat(footer)}</footer></body>{htmlEnd}";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions