private static string Escape(string content)
 {
     return(OutputFormatter.Escape(RemoveControlCharacters(content)));
 }