RemoveMarkup(string) Method
Removes markup from the specified string.
public static string RemoveMarkup(this string text)
- Namespace
- Spectre
.Console - Containing Type
- StringExtensions
Parameters
- string text
- The text to remove markup from.
Returns
- string