Closed rained23 closed 9 years ago
Make sure you're using double quotes "
rather than single quotes '
to enclose your string. It works for me when double quotes are used.
Single quoted strings will display things almost completely "as is." Variables and most escape sequences will not be interpreted.
Will check it soon. Thx. On Feb 6, 2015 5:08 AM, "Regan McEntyre" notifications@github.com wrote:
Make sure you're using double quotes " rather than single quotes ' to enclose your string. It works for me when double quotes are used.
— Reply to this email directly or view it on GitHub https://github.com/maknz/slack/issues/12#issuecomment-73128977.
Hi, I am not sure why new line are not working.
I added \n to my
'text'
but it didn't produce a new line.By the way, this is an awesome package.