-
Notifications
You must be signed in to change notification settings - Fork 593
Description
Platform
What platform is your issue or question related to? (Delete other platforms).
- Android
- iOS
Author or host
Host
If you're an author, who are you sending cards to?
1.1/1.0.3
What version are you using? Ex: NuGet 1.0.2, or latest master, etc...
Issue
Adaptive Card mark down parser fails to indent and add bullets to markdown text
{
"type": "AdaptiveCard",
"body": [
{
"type": "Container",
"items": [
{
"type": "Image",
"url": "https://cixdoq.bn.files.1drv.com/y4mswnHfii0b0TH6lDflshlunlPiT0Xu8_Ncrbjr3bSFfCF8gV8IyIDUl8zA8rZWFgryCXQ6gJ-JImjNfLkM8NgQIxqsbeIgI9vwcNRg4GoWSPchAjX9beEYdncTExDslPlkAULCcy67-D7qvAaIGVnY38JoNekYOiKlUqp68gxZ2EINJIu_LN-PdBzPtlkpnGC?width=1373&height=242&cropmode=none"
},
{
"type": "TextBlock",
"weight": "Bolder",
"text": "Reach people right where they collaborate. "
},
{
"type": "TextBlock",
"text": "Get the message out to employees using Microsoft Teams. Send announcements to a set of employees, stores, roles or locations in one or more channels or individually.\nUsing this app, you can:",
"isSubtle": true,
"wrap": true
},
{
"type": "TextBlock",
"size": "Small",
"text": "* Collaborate and communicate with large employee groups\n* Target announcements via 1:1 chats for select employees\n* Post in Channels to encourage discussion and feedback\n* Deliver announcements to desktop, web clients or mobile clients of Microsoft Teams – wherever users are\n* Track and report employee engagement on what you post\n* Track and report employee’s “read receipt” if requested ",
"isSubtle": true,
"wrap": true
},
{
"type": "TextBlock",
"text": "Take your pick to get started:",
"isSubtle": true
}
]
}
],
"actions": [
{
"type": "Action.Submit",
"id": "createmessage",
"title": "📢 Create Message"
},
{
"type": "Action.Submit",
"id": "showscheduled",
"title": "⏱️ View Scheduled"
},
{
"type": "Action.Submit",
"id": "viewall",
"title": "📄 View All"
},
{
"type": "Action.Submit",
"id": "viewstatistics",
"title": "👁🗨 View Statistics"
},
{
"type": "Action.Submit",
"id": "adminpanel",
"title": "⚙️ Admin Panel"
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.0"
}