mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 13:28:16 +08:00
Hardblank
This commit is contained in:

committed by
Patrik Svensson

parent
5cbe9d40b0
commit
d015a4966f
@ -40,7 +40,7 @@ namespace Spectre.Console
|
||||
throw new InvalidOperationException("Unknown index for FIGlet character");
|
||||
}
|
||||
|
||||
buffer.Add(line.Replace('$', ' ').ReplaceExact("@", string.Empty));
|
||||
buffer.Add(line.Replace(header.Hardblank, ' ').ReplaceExact("@", string.Empty));
|
||||
|
||||
if (line.EndsWith("@@", StringComparison.Ordinal))
|
||||
{
|
||||
|
Reference in New Issue
Block a user