All markdowns supported in channels description by TeamSpeak5

text with links -> [text with links](example.com)
inline code -> `inline code`

const text = "multiple lines of code with markup";
console.log(text)

-> ```javascript
const text = “multiple lines of code with markup”;
console.log(text)
```

4 Likes