Skip to content

[ feature request ] Support strict mode #478

@yonas

Description

@yonas

In "strict mode", elements that are not part of the HTML standard will break cargo build.

For example, I might have a typo:

html! {
    ah1 { "Hello, World!" }
}

which should have been:

html! {
    h1 { "Hello, World!" }
}

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