follower90
follower90

Reputation: 192

[Teams][botbuilder] Empty lines in Adaptive Cards TextBlock

We need empty lines in Adaptive Cards TextBlock.

I was able to do it in https://adaptivecards.io/designer/ with \n \n\n But when I send it from my bot service, MS Teams is displaying   in text.

Do you know if there any workaround to do it in botbuilder js ?

Upvotes: 1

Views: 1031

Answers (1)

Kyle Delaney
Kyle Delaney

Reputation: 12274

Try putting separate paragraphs in separate text blocks

Upvotes: 1

Related Questions