From bbe2c83954098c6e4f14e4ec5ae7826b1f39df44 Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Wed, 13 May 2026 15:10:34 -0700 Subject: [PATCH] Enable markdown attributes This will allow pages like [this](https://devopsdays.org/events/2026-austin/sponsor) to be written in markdown and be 9000x easier to maintain. See https://gohugo.io/content-management/markdown-attributes/ --- config/_default/hugo.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/_default/hugo.yml b/config/_default/hugo.yml index 5a070d9e94b..3062990b249 100644 --- a/config/_default/hugo.yml +++ b/config/_default/hugo.yml @@ -14,6 +14,10 @@ markup: goldmark: renderer: unsafe: true + parser: + attributes: + block: true + title: true languages: en: disabled: false