Markup(string, Style) Constructor
Initializes a new instance of the
Markup
class.
public Markup(string text, Style style = null)
- Namespace
- Spectre
.Console - Containing Type
- Markup
Parameters
- string text
- The markup text.
- Style style
- The style of the text.