From 145c3878a8afd3b1b18dfb3f8e0d0627058c7795 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Sun, 12 Apr 2026 09:00:07 +0000 Subject: [PATCH] take 2 --- projects/hugo/hugo_shortcodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hugo/hugo_shortcodes.md b/projects/hugo/hugo_shortcodes.md index aeb24cc..418bf46 100644 --- a/projects/hugo/hugo_shortcodes.md +++ b/projects/hugo/hugo_shortcodes.md @@ -38,7 +38,7 @@ Custom shortcodes defined in `layouts/shortcodes/`. ### Escaping Shortcodes (For Documentation) -When writing documentation *about* shortcodes (or anytime you need to display `{{< >}}` or `{{% %}}` without Hugo executing them), you **MUST** use Hugo's built-in comment syntax inside the delimiters. +When writing documentation *about* shortcodes (or anytime you need to display `{{< >}}` or `{{% %}}` without Hugo executing them), you **MUST** use Hugo's built-in comment syntax inside the delimiters. **The Rule:** Place `/*` immediately after the opening delimiter, and `*/` immediately before the closing delimiter. **No spaces are allowed between the delimiter and the comment marker.**