diff options
| author | Laoujin <woutervs@hotmail.com> | 2015-11-28 19:44:24 +0100 | 
|---|---|---|
| committer | Laoujin <woutervs@hotmail.com> | 2015-11-28 19:44:24 +0100 | 
| commit | 90a7e8ac4910e0ab754ce1801d6743fb6c70eaba (patch) | |
| tree | 1cf305b5f715c9417b7d4362a3d88295311cb4fa | |
| parent | 4a0bbbfb2ed0912dd673a08f12fc52347d686eec (diff) | |
[PowerShell/en] Markdown ```powershell didn't render properly
| -rw-r--r-- | powershell.html.markdown | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/powershell.html.markdown b/powershell.html.markdown index ce9cfa72..70935993 100644 --- a/powershell.html.markdown +++ b/powershell.html.markdown @@ -18,7 +18,7 @@ rather than plain text.  [Read more here.](https://technet.microsoft.com/en-us/library/bb978526.aspx)  If you are uncertain about your environment: -```powershell +```  Get-ExecutionPolicy -List  Set-ExecutionPolicy AllSigned  # Execution policies include: @@ -33,7 +33,7 @@ $PSVersionTable  ```  Getting help: -```powershell +```  # Find commands  Get-Command about_* # alias: gcm  Get-Command -Verb Add @@ -49,7 +49,7 @@ Update-Help # Run as admin  ```  The tutorial starts here: -```powershell +```  # As you already figured, comments start with #  # Simple hello world example: @@ -293,7 +293,7 @@ $Shortcut.Save()  Configuring your shell -```powershell +```  # $Profile is the full path for your `Microsoft.PowerShell_profile.ps1`  # All code there will be executed when the PS session starts  if (-not (Test-Path $Profile)) { | 
