From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- powershell.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'powershell.html.markdown') diff --git a/powershell.html.markdown b/powershell.html.markdown index 4488d94c..5116fac8 100644 --- a/powershell.html.markdown +++ b/powershell.html.markdown @@ -21,7 +21,6 @@ rather than plain text. After years of evolving, it resembles Python a bit. Powershell as a Language: ```powershell - # Single line comments start with a number symbol. <# @@ -670,6 +669,7 @@ function Format-Range ($start, $end) { Format-Range 2 6 # => 'a','b','g','f','e','d','c','h','i','j','k','l','m' ``` + Powershell as a Tool: Getting Help: -- cgit v1.2.3