Merge pull request #1974 from xialonglee/escape-from-liquid-template

Make the docs content escaped from liquid template brace tag
This commit is contained in:
devin-donnelly
2016-12-20 19:39:47 -05:00
committed by GitHub
+2 -2
View File
@@ -52,7 +52,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
@@ -76,7 +76,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