Are you using C# raw string literals, new in C# 11?
Raw string literals allow for whitespace, newlines, embedded quotes, and ... whatever in your strings.
More info on them and raw string interpolation here:
Are you using C# raw string literals, new in C# 11?
Raw string literals allow for whitespace, newlines, embedded quotes, and ... whatever in your strings.
More info on them and raw string interpolation here: