When text in Slack is displayed as " instead of actual double quotes ("), it means the quotes are being HTML-encoded. To fix this and display the actual double quotes, you need to ensure that the text is not encoded when sent to Slack.
Here’s how you can fix it:
Instead of HTML entities like ", use actual double quotes ("). 2. Ensure Correct Encoding When constructing your message, ensure it’s sent in plain text or properly formatted for Slack.