make the docs content escaped from liquid template brace tag

pull/1974/head
xialong.lee 2016-12-16 14:38:24 +08:00
parent a3a3634fdb
commit 4b74857310
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ kubectl get [(-o|--output=)json|yaml|wide|custom-columns=...|custom-columns-file
### Examples
```
```{% raw %}
# List all pods in ps output format.
kubectl get pods
@ -74,7 +74,7 @@ kubectl get [(-o|--output=)json|yaml|wide|custom-columns=...|custom-columns-file
# List one or more resources by their type and names.
kubectl get rc/web service/frontend pods/web-pod-13je7
```
{% endraw %}```
### Options