Fix Hugo warning about deprecation of markup.goldmark.renderHooks.link.enableDefault

This commit is contained in:
Bugg4 2025-10-29 21:53:05 +01:00 committed by Mihai Fufezan
parent c5dbfeff4c
commit 73e45c5324

View file

@ -20,7 +20,7 @@ path = "github.com/imfing/hextra"
unsafe = true unsafe = true
[markup.goldmark.renderHooks.link] [markup.goldmark.renderHooks.link]
enableDefault = true useEmbedded = "fallback"
[markup.highlight] [markup.highlight]
noClasses = false noClasses = false