I've a url which contains a hypen . This hypen breaks the way url is displayed and does not let the URL to be properly displayed in the markdown format as shown below
HTML
Please <a href="https://abcd.service-now.com" target="_blank"> click here </a> to view RITM details on Service Now.
Markdown
Please [click here](https://abcd.service- now.com) to view RITM details on Service Now.
I usually generate the link from constants and turn it into HTML anchor tag and then convert it to MarkDown using html2text. What do I do to not let the URL split so that it's properly shown in markdown. The markdown is meant for displaying on Bot Framework Web Chat control