Fix code block rendering issue

Added an extra new line before triple-backtick for proper rendering on the website.
This commit is contained in:
Ahmet Alp Balkan
2016-11-19 18:27:18 -08:00
committed by GitHub
parent a8e129af83
commit 083f07af4a
+1
View File
@@ -160,6 +160,7 @@ kubectl get pods busybox
```
You should see:
```
NAME READY STATUS RESTARTS AGE
busybox 1/1 Running 0 <some-time>