From 73e45c5324b8b174051f07710b1111c17074317b Mon Sep 17 00:00:00 2001 From: Bugg4 Date: Wed, 29 Oct 2025 21:53:05 +0100 Subject: [PATCH] Fix Hugo warning about deprecation of `markup.goldmark.renderHooks.link.enableDefault` --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index ba9c3a2..d9dd8d4 100644 --- a/config.toml +++ b/config.toml @@ -20,7 +20,7 @@ path = "github.com/imfing/hextra" unsafe = true [markup.goldmark.renderHooks.link] -enableDefault = true +useEmbedded = "fallback" [markup.highlight] noClasses = false