0
votes

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 ?

1
Is my answer acceptable? - Kyle Delaney
it will work, as a workaround/the last option.. but I don't really like it. still looking for something within single TextBlock - follower90
Would you let me why you want to have a single text block so that I can try to solve the actual problem you're having? Would a rich text block be acceptable or does it have to be a regular text block? - Kyle Delaney
RichText is not acceptable it is much more harder to parse and seems links like we can do with markdown will not work, so separate text blocks is the answer I have accepted. Thank you for help - follower90

1 Answers

1
votes

Try putting separate paragraphs in separate text blocks