Issue Details
Long spans of help text that wrap lines do not honor indentation on subsequent lines. This results in a less than pleasant reading experience. Here is what I'm seeing in 6.1 preview 3 on Windows:

Compare this to the nicer formatted 5.1 help:

There is also a typo in the 6.1 Get-ChildItem Description - it says all child continers and it should be all child containers. Apparently that has been introduced by the rendered as the typo isn't in the source doc.
Environment data
> $PSVersionTable
Name Value
---- -----
PSVersion 6.1.0-preview.3
PSEdition Core
GitCommitId v6.1.0-preview.3
OS Microsoft Windows 10.0.17134
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Moved from MicrosoftDocs/PowerShell-Docs#2606 per request of @sdwheeler.
Issue Details
Long spans of help text that wrap lines do not honor indentation on subsequent lines. This results in a less than pleasant reading experience. Here is what I'm seeing in 6.1 preview 3 on Windows:
Compare this to the nicer formatted 5.1 help:
There is also a typo in the 6.1 Get-ChildItem Description - it says
all child continersand it should beall child containers. Apparently that has been introduced by the rendered as the typo isn't in the source doc.Environment data
Moved from MicrosoftDocs/PowerShell-Docs#2606 per request of @sdwheeler.