Closed simonweil closed 8 years ago
Hi and thank you for a very useful project!
To send multiline messages you need the \n to break the line. See: https://api.slack.com/docs/message-formatting#multiline_messages
\n
The problem is that the message that is actually sent to Slack escapes it and makes it: \\n.
\\n
Thank you in advance.
Hi and thank you for a very useful project!
To send multiline messages you need the
\n
to break the line. See: https://api.slack.com/docs/message-formatting#multiline_messagesThe problem is that the message that is actually sent to Slack escapes it and makes it:
\\n
.Thank you in advance.