slack-help

Need help navigating this Slack? You're in the right place!
2017-04-02T06:52:32.344159Z

Just testing formatting: (test code format)

2017-04-02T06:53:27.345863Z

`(+ 2 2)

2017-04-02T06:54:54.348606Z

(+ 2 3)

2017-04-02T06:55:11.349094Z

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

2017-04-02T06:55:50.350244Z

The code format still works here?

2017-04-02T06:56:10.350745Z

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

seancorfield 2017-04-02T06:56:29.351466Z

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

2017-04-02T06:57:07.352405Z

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

2017-04-02T06:57:18.352622Z

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

seancorfield 2017-04-02T06:57:24.352822Z

Three back ticks

seancorfield 2017-04-02T06:57:36.353141Z

code and then three more back ticks

2017-04-02T06:57:47.353411Z

(+ 1 2
  (- 10 0))

2017-04-02T06:57:51.353536Z

Ah, cool, thank you

seancorfield 2017-04-02T06:57:53.353576Z

There ya go!