From 08cc2da4b6c6190e0c413c1fdd8248c465331b4b Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 14 Dec 2023 11:02:17 -0800 Subject: [PATCH] Document canonical config for enabling inline shortcodes --- content/en/templates/shortcode-templates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/templates/shortcode-templates.md b/content/en/templates/shortcode-templates.md index 4606369b6..006f74c80 100644 --- a/content/en/templates/shortcode-templates.md +++ b/content/en/templates/shortcode-templates.md @@ -372,6 +372,7 @@ You can also implement your shortcodes inline -- e.g. where you use them in the This feature is disabled by default, but can be enabled in your site configuration: {{< code-toggle file=hugo >}} +[security] enableInlineShortcodes = true {{< /code-toggle >}}