When the 'Breaking "non-wrappable" text into multiple lines' recipe is used, it might create an accidental wink emoji (";)") if the text contains a ")" character and there are no whitespaces before it.
It happens because the character that precedes the ")" character will have a ​ added to it. So "abc" will be changed to "a​b​c​" and "abc)" will be changed to "a​b​c​)" where a wink emoji will be created.
0 Comments