From 0c66fb055c7ef8907aafe5430e87c1173ea89793 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 2 Apr 2023 14:35:46 -0700 Subject: [PATCH] Add example of shortcode calls within sample code --- content/en/contribute/documentation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/contribute/documentation.md b/content/en/contribute/documentation.md index 55b9fa487..b1fed4cb2 100644 --- a/content/en/contribute/documentation.md +++ b/content/en/contribute/documentation.md @@ -55,6 +55,13 @@ Step 7 ## Including sample code +{{% note %}} +Use this syntax to include shortcodes calls within your code samples: + +`{{}}`\ +`{{%/*/* foo */*/%}}` +{{% /note %}} + ### Fenced code blocks Include the language when using a fenced code block.