Post Title Here
Set up the problem here. What are you trying to do, and why did it take you three hours longer than it should have?
Reference things inline with Get-Process
style formatting when you don't need a full code block.
example.ps1
Get-Process |
Where-Object { $_.CPU -gt 100 } |
Sort-Object CPU -Descending |
Select-Object -First 5
Explain what that snippet does, or what broke, or what you'd do differently next time.
terminal
$ echo "swap language-bash / language-python / language-json / etc. to match your snippet"
Gotcha
Use a callout like this to flag a gotcha, a version-specific quirk, or a "don't do what I did" warning.
Wrap up with the result, or a link to the full script/gist if it's long.