DEV Community

Discussion on: Send message to Telegram on any SSH login

Collapse
 
bogkonstantin profile image
Konstantin Bogomolov • Edited

Thanks. It is simple, just put code between back ticks with a language name, like this:



```javascript

...your code here...

```


Collapse
 
s9k96 profile image
Shubham Saxena

Awesome, thanks