Skip to content

[Rendering] Soft line breaks in lists #9254

@sschoeb

Description

@sschoeb

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

Image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions