From 7e2c4f21eea4aeb00a0a3962e500630f36262df1 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 23 Jul 2024 09:15:00 -0700 Subject: [PATCH] hugo.yaml: Allow specifying block and title attributes in Markdown --- hugo.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.yaml b/hugo.yaml index 0cdeae6..03eac1a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -5,6 +5,9 @@ title: Eryn Wells markup: goldmark: parser: + attribute: + block: true + title: true wrapStandAloneImageWithinParagraph: false highlight: noClasses: false