From c39d5d80972d740ff5dcc9895ef48e4f1df520c9 Mon Sep 17 00:00:00 2001 From: Julie Bruce <42522858+JuleeB1@users.noreply.github.com> Date: Tue, 21 Aug 2018 16:44:30 -0500 Subject: [PATCH] Added info about include issues with short codes (#10025) * Added info about include issues with short codes * Minor style edits * fix sample shortcode rendering --- content/en/docs/contribute/style/style-guide.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/en/docs/contribute/style/style-guide.md b/content/en/docs/contribute/style/style-guide.md index 19a35679cb..cd228c0748 100644 --- a/content/en/docs/contribute/style/style-guide.md +++ b/content/en/docs/contribute/style/style-guide.md @@ -287,6 +287,16 @@ The output is: 1. Bake for 20-25 minutes or until set. +### Include Statements + +Shortcodes inside include statements will break the build. You must insert them in the parent document, before and after you call the include. For example: + +``` +{{}} +{{}} +{{}} +``` + ## Content best practices This section contains suggested best practices for clear, concise, and consistent content.