Formatting a list entity to look better

I have a card that shows my kids school lunch menu for the next day to help decide if we are buying or packing. The data comes from an http response from a webserver and returns a List of ites. The card displays it as a list…which includes brackets, commas and quote ticks. It works, but it’s ugly. I’m wondering how I could format it so it looks better?

Screenshot 2025-01-12 at 8.12.55 PM

type: entities
entities:
  - entity: sensor.lunch_tomorrow
    icon: mdi:food
    secondary_info: none
    name: Menu
title: Lunch
grid_options:
  columns: full
  rows: 6
visibility:
  - condition: state
    entity: sensor.lunch_tomorrow
    state_not: unknown

Consider a Markdown card for it.
(of course you will have to print the list in a nice format - but at least you can do it in markdown)