Thanks for this, I love it. Just one thing, when I add a markdown as the title card, the expand/collapse arrow at the end disappears. Am I doing something wrong?

Also, is there a way that the markdown area can do the expand/collapse too, as well as the bit at the end, like it does if you just use title instead of title-card?
Here’s my yaml:
type: custom:expander-card
title: Sitting Room
cards:
- type: entities
entities:
- entity: light.dining_table_pendants
- entity: light.sitting_room_light_sockets
name: Lamps
- entity: light.sitting_room_end_downlights
name: End downlights
- entity: light.sitting_room_pendant
name: Pendant
- entity: light.sitting_room_middle_downlights
name: Middle downlights
- entity: light.sitting_room_nearest_downlights
name: Nearest downlights
- entity: switch.big_slider_sunny_evening
- entity: switch.open_external_blinds
- entity: switch.close_external_blinds
- entity: switch.big_slider_sunny_day
- entity: cover.big_slider_blind_left_action
name: LEFT Big slider blind
- entity: cover.big_slider_blind_right_action
name: RIGHT Big slider blind
- entity: input_boolean.leave_blinds_open
- entity: cover.lounge_left
name: Left end blind
- entity: cover.lounge_right
name: Right end blind
- entity: sensor.28_b61377910402_temperature
name: East slab sensor
- entity: sensor.28_7eae77910802_temperature
name: West slab sensor
- entity: climate.sitting_kitchen
gap: '0'
padding: '0'
child-padding: '0'
title-card:
type: markdown
content: '**Sitting Room**'
Thank you so much!