integrations / slack

Bring your code to the conversations you care about with the GitHub and Slack integration
https://slack.github.com/
MIT License
2.99k stars 468 forks source link

Backticked strings with `<` or `>` are not properly displayed #1761

Open maraino opened 10 months ago

maraino commented 10 months ago

Describe the bug GitHub issues or pull requests with "backticked" strings with < or >, like map<string,string> are printed in Slack as mapstringstring.

To Reproduce Steps to reproduce the behavior:

  1. Create an issue with map<string,string>
  2. Paste the issue in Slack
  3. mapstring,string is displayed instead.

Expected behavior It should show map<string,string>

Screenshots N/A

Desktop (please complete the following information):

Smartphone (please complete the following information): N/A

Additional context N/A