-
Notifications
You must be signed in to change notification settings - Fork 590
Open
Labels
Description
Target Platforms
NodeJS
SDK Version
1.5
Application Name
Microsoft Teams
Problem Description
I want to render a list with soft linebreaks. See screenshot on how it should behave.
I could not figure out a way to do that using markdown. Let me know if there is a specific syntax for that that works in MS Teams.
Screenshots

Card JSON
{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "- First Item First Line\nFirstItem Second Line\n- Second Item First Line",
"wrap": true
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.6"
}
Sample Code Language
No response
Sample Code
No response