mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-24 04:02:50 +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");
|
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))
|
if (line.EndsWith("@@", StringComparison.Ordinal))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user