take 2
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 49s

This commit is contained in:
2026-04-12 09:00:07 +00:00
parent 5ff8db7672
commit 145c3878a8

View File

@@ -38,7 +38,7 @@ Custom shortcodes defined in `layouts/shortcodes/`.
### Escaping Shortcodes (For Documentation) ### 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 `&#123;&#123;< >&#125;&#125;` or `&#123;&#123;% %&#125;&#125;` 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.** **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.**