Hi,
I try to show a nice card by using API result from qnamaker azure.
I receive attachments with hero card.
The response sent is formatted as markdown:
A new way to interact
[FIND OUT MORE](https:
![Img 821](https:
Then I use the library https://github.com/xoofx/markdig and convert the message in html
Once I have the html code how can I embed it in a card?
I would like to show a card with html inside.
Thanks,