mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
I don't think CI was happy about those header tags
Changing back to the way they were
This commit is contained in:
parent
eeaff3bc70
commit
ea49b693cc
@ -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)
|
[Read more here.](https://docs.microsoft.com/powershell/scripting/overview)
|
||||||
|
|
||||||
<H3>Powershell as a Language:</H3>
|
Powershell as a Language:
|
||||||
|
|
||||||
```powershell
|
```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'
|
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:
|
Getting Help:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user