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

Double quotes are garbled when notifying to Slack #37

Open
katainaka0503 opened this issue Apr 23, 2019 · 1 comment
Open

Double quotes are garbled when notifying to Slack #37

katainaka0503 opened this issue Apr 23, 2019 · 1 comment

Comments

@katainaka0503
Copy link

WHAT

Double quotes are garbled when notifying Slack.

When the result is as below,

max_capacity: "1" => "2"

it becomes as below

max_capacity: "1" => "2"

WHY

Slack does not convert to HTML entities and only three: &, <, and >.
https://api.slack.com/docs/message-formatting#how_to_escape_characters

@katainaka0503 katainaka0503 changed the title Double quotes are garbled when notifying Slack Double quotes are garbled when notifying to Slack Apr 24, 2019
@shawon-crosen
Copy link

This is still an issue, and makes the output to Slack much harder to actually read

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

No branches or pull requests

2 participants