You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if _merge = 'deep' could become the default for languages..markup.
I don't think we can/want to do it so coarse grained. I would hate for a random theme to set markup.goldmark.renderer.unsafe=true e.g.
I think what we need to do is:
Make sure that all settings below languages gets the same default merge strategy as they would have gotten on the top level (I'm not sure that is the case today)
Revise the current defaults and open up markup.goldmark.extensions.typographer and possibly others.
bep
changed the title
Change default merge strategy for languages.<LangPrefix>.markup to deep
Change default merge strategy for markup.goldmark.extensions.typographer and others etc.
Aug 12, 2023
salim-b
changed the title
Change default merge strategy for markup.goldmark.extensions.typographer and others etc.
Change default merge strategy for markup.goldmark.extensions.typographer and others
Aug 12, 2023
Since #10620 has been resolved, we can set per-language markup config like
Now one mustn't forget to also set
since otherwise other options from regular
markup
config aren't respected for langde
and Hugo falls back to built-in defaults.Would be nice if
_merge = 'deep'
could become the default forlanguages.<LangPrefix>.markup
.The text was updated successfully, but these errors were encountered: