Removing raw and endraw tags (#10358)

pull/8817/head
Cody Clark 2018-09-25 06:34:23 -07:00 committed by k8s-ci-robot
parent 039f654189
commit 67e52e9576
1 changed files with 0 additions and 11 deletions

View File

@ -53,8 +53,6 @@ To write a new concept page, create a Markdown file in a subdirectory of the
need):
```
{% raw %}
{{%/* capture overview */%}}
{{%/* /capture */%}}
@ -66,8 +64,6 @@ To write a new concept page, create a Markdown file in a subdirectory of the
{{%/* capture whatsnext */%}}
{{%/* /capture */%}}
{% endraw %}
```
- Within each section, write your content. Use the following guidelines:
@ -107,8 +103,6 @@ To write a new task page, create a Markdown file in a subdirectory of the
need):
```
{% raw %}
{{%/* capture overview */%}}
{{%/* /capture */%}}
@ -130,8 +124,6 @@ To write a new task page, create a Markdown file in a subdirectory of the
{{%/* capture whatsnext */%}}
{{%/* /capture */%}}
{% endraw %}
```
- Within each section, write your content. Use the following guidelines:
@ -177,8 +169,6 @@ To write a new tutorial page, create a Markdown file in a subdirectory of the
need):
```
{% raw %}
{{%/* capture overview */%}}
{{%/* /capture */%}}
@ -204,7 +194,6 @@ To write a new tutorial page, create a Markdown file in a subdirectory of the
{{%/* capture whatsnext */%}}
{{%/* /capture */%}}
{% endraw %}
```
- Within each section, write your content. Use the following guidelines: