Fork me on GitHub
#slack-help
<
2017-04-02
>
didibus06:04:32

Just testing formatting: (test code format)

didibus06:04:50

The code format still works here?

didibus06:04:10

But not a multiline one `(code 1 2 (second 3 4))`

didibus06:04:11

Didn't there use to be a clojure runner inside the slack chat? Or was that on the IRC?

seancorfield06:04:29

Like that? Yeah, it's the /clj command.

didibus06:04:07

Oh cool, and how do I have multi-line code appear formatted? backtick seems to break when I add a newline inside it

didibus06:04:18

`(+ 1 2 (- 10 2))`

seancorfield06:04:24

Three back ticks

seancorfield06:04:36

code and then three more back ticks

didibus06:04:47

(+ 1 2
  (- 10 0))

didibus06:04:51

Ah, cool, thank you