예제 #1
0
 // OLD, Replace w/ Stylize.
 public static string Pack(this Emoji e, OldAccount a)
 {
     return(a.Config.Mobile ? $"{e}" : e.Escape());//.MarkdownLine();
 }