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?
Carousel of cards each having text followed by an image in cortana skills
139 views Asked by Ashwin Kumar At
2
There are 2 answers
2
On
Hopefully soon cortana will support adaptive cards For the time being you have a few choices that may work for you. The closest to what you want is probably a thumbnail card. Below are some samples of different cards you can take a look at and see if one works for you.
Cortana doesn't render markdown in
title
orsubtitle
of hero card; but it does in text property of hero card. So one way is to put the text and image markdown intext
property and it renders properly.