public static string Generate(string text) { // // SOME CHANGES BEFORE WE EVEN START // text = text.Replace("->", "→"); // // DONE, WE'RE READY TO GO // return(Notation.MasterWrapper(Notation.FunctionReplacer(text))); }