candrholdings / slack-cli

A command line interface for Slack implemented using node.
https://candrholdings.github.io/slack-cli/
287 stars 31 forks source link

mutliline messages don't work #17

Closed simonweil closed 8 years ago

simonweil commented 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

The problem is that the message that is actually sent to Slack escapes it and makes it: \\n.

Thank you in advance.