MessageML is a markup language used by the Symphony Agent API for representing messages, including formatting (bold, italic, numbered and unnumbered lists etc.) and entity data representing structured objects.
When serialising to Markdown, the link text is lost, replaced by by the link URI in the generated legacy entities and the MD representation.
Ideally, links should be rendered to Markdown as per the spec, i.e. <a href="http://example.com">Link text</a> -> [Link text](http://example.com), but this might break Symphony clients, so discretion is advised in handling this issue.
When serialising to Markdown, the link text is lost, replaced by by the link URI in the generated legacy entities and the MD representation.
Ideally, links should be rendered to Markdown as per the spec, i.e.
<a href="http://example.com">Link text</a> -> [Link text](http://example.com)
, but this might break Symphony clients, so discretion is advised in handling this issue.