WHAT
Double quotes are garbled when notifying Slack.
When the result is as below,
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
WHAT
Double quotes are garbled when notifying Slack.
When the result is as below,
it becomes as below
WHY
Slack does not convert to HTML entities and only three:
&,<, and>.https://api.slack.com/docs/message-formatting#how_to_escape_characters