From 67e52e9576d935b8f753c251bf3bb1be0f3b19dd Mon Sep 17 00:00:00 2001 From: Cody Clark Date: Tue, 25 Sep 2018 06:34:23 -0700 Subject: [PATCH] Removing raw and endraw tags (#10358) --- content/en/docs/contribute/style/page-templates.md | 11 ----------- 1 file changed, 11 deletions(-) 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: