docs: Make null booleans falsy in the docs helper

This commit is contained in:
Bjørn Erik Pedersen 2024-01-31 12:34:28 +01:00
parent 88286d1eae
commit b3346da539

View File

@ -1076,9 +1076,9 @@ config:
wrapStandAloneImageWithinParagraph: true
renderHooks:
image:
enableDefault: null
enableDefault: false
link:
enableDefault: null
enableDefault: false
renderer:
hardWraps: false
unsafe: false