Is there a way to show html images inside an infolist?

In the Rich Text Editor you can add images, is there a way to display those images when viewing the record with an infolist? I tried the ->html() method, but the image does not show up, or maybe I've done something wrong?

The infolist item is as follows:

TextEntry::make('description')
    ->label(__('Description'))
    ->color('primary')
    ->html()
    ->columnSpan([
    'sm' => 2,
]),


Suggestions and help would be greatly appreciated!
Was this page helpful?