3 declare(strict_types=1);
    17     $factory = $DIC->ui()->factory();
    20     $glyph = $factory->symbol()->glyph()->italic(
"#");
    23     $list = $factory->listing()->descriptive([
    25         "Inactive" => $glyph->withUnavailableAction(),
    26         "Highlighted" => $glyph->withHighlight()
 
italic()
 expected output: > ILIAS shows the rendered Component.