Powershell – References

  1. Here’s a generic code prettifier
  2.  use Out-String -Width ([int]::MaxValue) because the default line width of Out-String is 80 characters. It might break lines in the middle of an HTML tag, breaking the markup.

Comments are closed.

Post Navigation