Ask HN: Is there an IM that supports code snippets?
5 comments
Hipchat and other supports `/code <your code >`
Telegram does:
for one-liners: use `your one liner`
for multiline snippets: ``` multiline snippet ```
note there is no code highlight
for one-liners: use `your one liner`
for multiline snippets: ``` multiline snippet ```
note there is no code highlight
Discord does: wrap your code in `` inline or ``` for a block.
Language highlighting can be supplied too:
Language highlighting can be supplied too:
```cpp
/* some C++ code here */
```
[0] https://news.ycombinator.com/item?id=13799800
(Sorry for the indirect sourcing)