diff options
author | Andrew Ryan Davis <AndrewDavis1191@gmail.com> | 2020-08-19 14:19:02 -0700 |
---|---|---|
committer | Andrew Ryan Davis <AndrewDavis1191@gmail.com> | 2020-08-20 12:30:32 -0700 |
commit | ea49b693cca150335ee20df5b97b1f5aaec3634c (patch) | |
tree | a97682d8577f32101f249c39be813a6463fcca8a /powershell.html.markdown | |
parent | eeaff3bc70a640ffc8fa20a7b3b202640f8d6d67 (diff) |
I don't think CI was happy about those header tags
Changing back to the way they were
Diffstat (limited to 'powershell.html.markdown')
-rw-r--r-- | powershell.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/powershell.html.markdown b/powershell.html.markdown index b9f56861..6a850028 100644 --- a/powershell.html.markdown +++ b/powershell.html.markdown @@ -18,7 +18,7 @@ rather than plain text. After years of evolving, it resembles Python a bit. [Read more here.](https://docs.microsoft.com/powershell/scripting/overview) -<H3>Powershell as a Language:</H3> +Powershell as a Language: ```powershell @@ -645,7 +645,7 @@ function Format-Range ($start, $end) { Format-Range 2 6 # => 'a','b','g','f','e','d','c','h','i','j','k','l','m','n' ``` -<H3>Powershell as a Tool:</H3> +Powershell as a Tool: Getting Help: |