Hello,
I am trying to add a dynamic woocommerce product image within x pro classic callout.
This code should work and doesn’t.
<img src="{{dc:post:featured_image post=268}}">
When I remove the trailing > the image shows.
<img src="{{dc:post:featured_image post=268}}"
You can see it in the attachment.

This seems like a bug to me.
Micah