slack-help

Chip 2025-02-12T17:04:34.764229Z

Is there a way to get code coloring/formatting in Slack?

clojure
{
:version "1"
:description "yada yada"
}

seancorfield 2025-02-12T17:07:24.644689Z

Just three backticks:

{
:version "1"
:description "yada yada"
}

seancorfield 2025-02-12T17:07:39.344889Z

But, no, not syntax-specific.

Chip 2025-02-12T17:08:24.480029Z

Oh well. Thanks, Sean.

dpsutton 2025-02-12T17:35:54.630029Z

1
dpsutton 2025-02-12T17:35:58.619569Z

dpsutton 2025-02-12T17:36:08.777939Z

hmm. didn’t seem to syntax highlight it. EDIT. it’s there now

Chip 2025-02-12T17:44:24.011889Z

👍 1
seancorfield 2025-02-12T17:53:30.355609Z

Ah, using a snippet? Yes, I'd forgotten about that...

Chip 2025-02-12T18:10:05.736829Z

...something new for me everyday.

dpsutton 2025-02-12T18:20:28.637029Z

shortcut is cmd-shift-enter for quick access

3