Just testing formatting: (test code format)
`(+ 2 2)
(+ 2 3)
Didn't there use to be a clojure runner inside the slack chat? Or was that on the IRC?
The code format
still works here?
But not a multiline one `(code 1 2 (second 3 4))`
Like that? Yeah, it's the /clj
command.
Oh cool, and how do I have multi-line code appear formatted? backtick seems to break when I add a newline inside it
`(+ 1 2 (- 10 2))`
Three back ticks
code and then three more back ticks
(+ 1 2
(- 10 0))
Ah, cool, thank you
There ya go!