I've spent about an hour searching for an answer to this one and got nowhere, so I am hoping someone on here can help me.
Background
We are currently experimenting with deploying our Xamarin.Forms android app via App Center using the App Center Distribute
build task in VSTS.
One of the settings allows you to point at a release notes file in your project which will then be included as part of the email that gets sent out and on the app center release information when you click through to it. This file has to be UTF-8 format.
Question
Is there a way of actually formatting this file so that it displays nicely? I tried to use HTML, this didn't work. When just using a plain text file it ignores any line breaks in the text file and just displays all the text as a continuous string.
I am not after any ground breaking formatting if it's not possible, just wondering if there is a way of formatting so its at least not all one massive line of text.
Thanks in Advance
Gareth