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 bd66d30295
commit 51615440bf
3 changed files with 18 additions and 4 deletions

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