Pipelines sometimes get data from external sources which have urls. In the console output of pipelines, plain urls will render as a hyperlink because that is core browser behavior since netscape. We have tried links with html, markdown, and mrkdwn (which is what Slack messages use), and these just display the raw syntax. Urls still get hyperlinked by the browser, but In the case of the html and Slack syntax, the browser incorrectly interprets some of the link text as part of the url. (See attached image) What would be ideal is for one or more of these link syntaxes be detected and converted to clickable links by the Harness' console viewer.