matrix-puppet-slack icon indicating copy to clipboard operation
matrix-puppet-slack copied to clipboard

Special characters in ``` blocks are replaced with HTML escape codes, and links within are received as markdown but not parsed

Open thomas-profitt opened this issue 6 years ago • 1 comments

screenshot_2019-01-29 riot The corresponding Slack message appears as:

Example: -> example.com -> example.com

thomas-profitt avatar Feb 09 '19 04:02 thomas-profitt

Slack may be sending us markdown in code blocks when there are links in code blocks (ugh), in which case we should strip it down to the literal text (in this case, "example.com") to match what's seen in Slack (Riot, for one, will recognize links in code blocks and display them as links, as in the screenshot above, so the functionality is still there)

thomas-profitt avatar Feb 09 '19 04:02 thomas-profitt