slack-help

Need help navigating this Slack? You're in the right place!
gazaxian 2017-04-03T08:19:20.750151Z

(defprotocol iTest (foo [_]))

gazaxian 2017-04-03T08:19:25.751102Z

gah 😄

gazaxian 2017-04-03T08:19:38.753430Z

`(defprotocol iTest (foo [_]))

fellshard 2017-04-03T17:48:45.237704Z

You need a newline after a triple backtick, and you need to close the block with a second triple backtick.

seancorfield 2017-04-03T18:24:54.900578Z

(you may also need Preferences > Advanced > Input Options: when typing code with ` enter should not send message — otherwise you need shift-enter for a newline)