https://github.com/PowerShell/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Content-for-FileSystem.md states:
Ignores newline characters and returns the entire contents of a file in one string.
This could lead users to believe that newlines are stripped, which is not the case.
Instead, the entire file is read into a single string, as-is, with newlines preserved.
Version(s) of document impacted