I have a cart modal in my header.
I have created a custom shortcode [cart-contents] to conditionally display cart count and total only if there is something in the cart.
An aside: pretty pointless to have dynamic content showing 0 $0.00 which is why I built the shortcode to begin with.
Anyway, I’ve added my shortcode to the “primary text” field of the cart modal, like this:

However, the shortcode doesn’t render:

Shortcode works fine if placed into a text element:

Any ideas on how to sort?