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