Fork me on GitHub
#slack-help
<
2017-04-03
>
gazaxian08:04:20

(defprotocol iTest (foo [_]))

gazaxian08:04:25

gah 😄

gazaxian08:04:38

`(defprotocol iTest (foo [_]))

fellshard17:04:45

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

seancorfield18:04:54

(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)