mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00
Hardblank
This commit is contained in:
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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user