summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-31 12:34:28 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-31 12:34:28 +0100
commit51615440bf9a932004bca2b69e5805b1ec48427f (patch)
tree72ee44aa7b7621ddf0452c41b24d8b754119dec5 /docs
parentbd66d30295e5454bb076d3108a89f6c3ad9bcde8 (diff)
docs: Make null booleans falsy in the docs helper
Diffstat (limited to 'docs')
-rw-r--r--docs/data/docs.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/data/docs.yaml b/docs/data/docs.yaml
index d5078309b..ed4d1fb09 100644
--- a/docs/data/docs.yaml
+++ b/docs/data/docs.yaml
@@ -1076,9 +1076,9 @@ config:
wrapStandAloneImageWithinParagraph: true
renderHooks:
image:
- enableDefault: null
+ enableDefault: false
link:
- enableDefault: null
+ enableDefault: false
renderer:
hardWraps: false
unsafe: false