Skip to content

severity0 bugged? #27

@marartner

Description

@marartner
    console.log('<font severity="0">severity0</font>');
    console.log('<font severity="1">severity1</font>');
    console.log('<font severity="2">severity2</font>');
    console.log('<font severity="3">severity3</font>');
    console.log('<font severity="4">severity4</font>');
    console.log('<font severity="5">severity5</font>');
    console.log('<font type="highlight">highlight</font>');

results in:

Screenshot 2019-09-25 at 13 44 30

severity0 doesn't seem to be colored as it should - based on docs and sourcecode both I'd expect dark blue, instead it's dark cyan.

When I input "themes test" it is displayed correctly, so the problem seems to be in regards to evaluating the severity tag, not the theme settings (which appear to be correct anyway)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions