Document canonical config for enabling inline shortcodes

This commit is contained in:
Joe Mooring 2023-12-14 11:02:17 -08:00 committed by GitHub
parent 8945be9c64
commit 08cc2da4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 >}}