As it turns out, this repros both for adaptive cards and markdown images. This is not isolated to
Repro steps:
{
"type": "AdaptiveCard",
"body": [
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"items": [
{
"type": "TextBlock",
"text": "Airports"
},
{
"type": "TextBlock",
"spacing": "None",
"size": "ExtraLarge",
"weight": "Bolder",
"text": "Sea-Tac"
},
{
"type": "TextBlock",
"spacing": "None",
"text": "3 ★★★☆☆ (856) · $$$$",
"isSubtle": true
},
{
"type": "TextBlock",
"size": "Small",
"text": "**Steve G. said** \"Another day, another airport.\"",
"wrap": true
}
],
"width": 2
},
{
"type": "Column",
"items": [
{
"type": "Image",
"url": "https://upload.wikimedia.org/wikipedia/commons/2/23/Deltalax_%28cropped%29.jpg"
}
],
"width": 1
}
]
}
],
"actions": [
{
"type": "Action.OpenUrl",
"title": "More Info",
"url": "https://www.portseattle.org/sea-tac"
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.0",
"speak": "three of five stars, 856 reviews, Extremely Expensive. Steve G said, \"Another day, another airport\""
}
As it turns out, this repros both for adaptive cards and markdown images. This is not isolated to
Repro steps:
helpJSON causing this issue: