Skip to content

Commit

Permalink
Update to check markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
pingevt committed Sep 15, 2024
1 parent 8731290 commit 747e3c1
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
{
"type": "text",
"text": "item 1: "
"text": " item 1: "
}
]
},
Expand All @@ -58,7 +58,7 @@
},
{
"type": "text",
"text": "item 2: "
"text": " item 2: "
}
]
},
Expand All @@ -71,7 +71,20 @@
},
{
"type": "text",
"text": "item 3: "
"text": " item 3: "
}
]
},
{
"type": "rich_text_section",
"elements": [
{
"type": "emoji",
"name": "large_green_circle"
},
{
"type": "mrkdwn",
"text": " item 3: ## 📝 BackstopJS Report: /r/n❌ **Visual regression test failed!**/r/n[VR Report](https: //live-connect-bluecadet.pantheonsite.io/sites/default/files/vis-reg-reports/20240914-203232/artifacts/backstop_data/html_report/index.html)"
}
]
}
Expand Down

0 comments on commit 747e3c1

Please sign in to comment.