navicore / teams-notification-resource

for Concourse CI notifications on Microsoft Teams
MIT License
32 stars 33 forks source link

Simple markdown formatting not working - new line #42

Open richardg0510 opened 12 months ago

richardg0510 commented 12 months ago

I am unable to get certain simple formatting to work with this resource - specifically a new line.

For example, I would like the message in teams to be something like this.

A concourse pipeline has failed at the myPipeline/myJob job. Team: myTeam Pipeline Name: myPipeline Job Name: myJob Build: 12

However, the message is formatting like this

A concourse pipeline has failed at the myPipeline/myJob job. Team: myTeam Pipeline Name: myPipeline Job Name: myJob Build: 12

I've tried multiple ways to get the new lines (\, \n, \r, <br>, mulitple spaces) - hopefully I'm just missing something simple...