Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thomas-profitt opened this issue Feb 9, 2019 · 1 comment

Comments

@thomas-profitt
Copy link
Member

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

Example: -> example.com -> example.com
@thomas-profitt
Copy link
Member Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant