hugo.yaml: Allow specifying block and title attributes in Markdown

This commit is contained in:
Eryn Wells 2024-07-23 09:15:00 -07:00
parent c7fd27046e
commit 7e2c4f21ee

View file

@ -5,6 +5,9 @@ title: Eryn Wells
markup: markup:
goldmark: goldmark:
parser: parser:
attribute:
block: true
title: true
wrapStandAloneImageWithinParagraph: false wrapStandAloneImageWithinParagraph: false
highlight: highlight:
noClasses: false noClasses: false