Monday 1 April 2019

formatting - Send preformatted text in Skype


Sometimes I send pieces of code using Skype. Very often the text is messed up with smileys, and some brackets show up doubled.


Can I somehow send text that will not be transformed? Something like

 in HTML.


EDIT ( 19 march 2015 ): In Win 8.1 Skype version 7.2.59.103 (for desktop) both nesono's answer and Nishanth C's answer are working.



Answer



In fact you can keep Skype from parsing the snippet for smileys. Just use two exclamation marks as the first line (rest empty) and paste your snippet afterwards.


Example:


!! call_function(0); :) (smoke)


Apart from that, you can use decorations to post *bold*, _italic_ or ~strikethrough~ text.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...