/// <summary> /// Format text using HTML. Spoiler. /// </summary> /// <param name="input">Input text.</param> /// <returns>Stylized <see cref="string"/>.</returns> public static string AsHtmlSpoiler(this string input) => _formattingHelper.Spoiler(input);