how do i set the language for highlighting in codeblocks? everytime i enter the three backticks it just turns it into a codeblock before i can set the language
w
wasyl
03/20/2020, 2:48 PM
Where? In many tools you can write three backtics followed by language name:
```kotlin
class X {
}
...
wasyl
03/20/2020, 2:51 PM
Although it doesn’t work in Slack afaik 🙂
😔 1
✅ 1
r
ribesg
03/20/2020, 4:08 PM
In Slack, just disable the auto formatting in the options to be free to format yourself
ribesg
03/20/2020, 4:09 PM
But yeah, there is no inline code highlighting in Slack, only in attached snippets