/// <summary> /// /// </summary> public static void OpenArticleInBrowser(string title) { OpenURLInBrowser(Variables.NonPrettifiedURL(title)); }