Newline
UtilitiesEmits a single line break. No parameters.
@using Spectre.Console
@using RazorConsole.Components
<Rows>
<Markup Content="First line" />
<Newline />
<Markup Content="Second line" />
<Newline />
<Newline />
<Markup Content="Fourth line after two newlines" />
</Rows>