hugo.yaml: Allow specifying block and title attributes in Markdown
This commit is contained in:
parent
c7fd27046e
commit
7e2c4f21ee
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue