diff --git a/content/en/docs/contribute/style/page-templates.md b/content/en/docs/contribute/style/page-templates.md index db8122a0f9..d1a21b83db 100644 --- a/content/en/docs/contribute/style/page-templates.md +++ b/content/en/docs/contribute/style/page-templates.md @@ -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: