diff --git a/MLEM/Formatting/TextFormatter.cs b/MLEM/Formatting/TextFormatter.cs index ab23037..8bc7c8d 100644 --- a/MLEM/Formatting/TextFormatter.cs +++ b/MLEM/Formatting/TextFormatter.cs @@ -53,6 +53,7 @@ namespace MLEM.Formatting { // macros this.Macros.Add(new Regex("~"), (f, m, r) => GenericFont.Nbsp.ToCachedString()); + this.Macros.Add(new Regex(""), (f, m, r) => '\n'.ToCachedString()); } ///