In theory, I should be able to send links using the format <http://example.com|Name of site> which is supposed to turn into a hyperlink with my chosen text to the provided URL. (See https://api.slack.com/docs/message-formatting - which is linked from the RTM API docs page under "formatting messages".)
In practice, this is displaying exactly as is. It seems that the string is getting encoded somewhere (e.g. < becomes <), but I can't for the life of me find what's doing this in your source. Any tips on tracking this down and/or bypassing it?
In theory, I should be able to send links using the format
<http://example.com|Name of site>which is supposed to turn into a hyperlink with my chosen text to the provided URL. (See https://api.slack.com/docs/message-formatting - which is linked from the RTM API docs page under "formatting messages".)In practice, this is displaying exactly as is. It seems that the string is getting encoded somewhere (e.g.
<becomes<), but I can't for the life of me find what's doing this in your source. Any tips on tracking this down and/or bypassing it?