Fix code block rendering issue
Added an extra new line before triple-backtick for proper rendering on the website.
This commit is contained in:
@@ -160,6 +160,7 @@ kubectl get pods busybox
|
|||||||
```
|
```
|
||||||
|
|
||||||
You should see:
|
You should see:
|
||||||
|
|
||||||
```
|
```
|
||||||
NAME READY STATUS RESTARTS AGE
|
NAME READY STATUS RESTARTS AGE
|
||||||
busybox 1/1 Running 0 <some-time>
|
busybox 1/1 Running 0 <some-time>
|
||||||
|
|||||||
Reference in New Issue
Block a user