Skip to content

Commit

Permalink
docs: fix code fence formatting
Browse files Browse the repository at this point in the history
This change fixes an issue where a code fence unintentionally included
the entire rest of the page.

Signed-off-by: William Ashton <William@AshtonFam.org>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
Jwashton authored and smira committed Apr 5, 2022
1 parent b3f1bb2 commit 9e3d438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/content/v1.0/virtualized-platforms/hyper-v.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For example, if VMs `talos-cp01` and `talos-cp02` exist, this will create VMs st

Use the following command to create a single control plane node:

````powershell
```powershell
New-TalosVM -VMNamePrefix talos-cp -CPUCount 2 -StartupMemory 4GB -SwitchName LAB -TalosISOPath C:\ISO\talos-amd64.iso -NumberOfVMs 1 -VMDestinationBasePath 'D:\Virtual Machines\Test VMs\Talos'
```

Expand Down
2 changes: 1 addition & 1 deletion website/content/v1.1/virtualized-platforms/hyper-v.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For example, if VMs `talos-cp01` and `talos-cp02` exist, this will create VMs st

Use the following command to create a single control plane node:

````powershell
```powershell
New-TalosVM -VMNamePrefix talos-cp -CPUCount 2 -StartupMemory 4GB -SwitchName LAB -TalosISOPath C:\ISO\talos-amd64.iso -NumberOfVMs 1 -VMDestinationBasePath 'D:\Virtual Machines\Test VMs\Talos'
```

Expand Down

0 comments on commit 9e3d438

Please sign in to comment.