How to show a carousel of cards in cortana skill, wherein each card should first have some text followed by an image. Hero card does the exact opposite of it (First image and text later). I tried using the markdown ![alt](imagelink)
but it doesn't work in cortana. Is there any way to achieve this?
Cortana doesn't render markdown in title
or subtitle
of hero card; but it does in text property of hero card. So one way is to put the text and image markdown in text
property and it renders properly.