mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-19 19:20:02 +01:00
Fix Hugo warning about deprecation of markup.goldmark.renderHooks.link.enableDefault
This commit is contained in:
parent
c5dbfeff4c
commit
73e45c5324
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue