Update minimum header for show in TOC

This commit is contained in:
Knah Tsaeb 2024-12-05 16:47:54 +01:00
parent 7363e246d2
commit 4b0bd31fbf

View file

@ -36,7 +36,7 @@ class RenderHtml {
], ],
'table_of_contents' => [ 'table_of_contents' => [
'html_class' => 'table-of-contents', 'html_class' => 'table-of-contents',
'min_heading_level' => 3, 'min_heading_level' => 2,
'max_heading_level' => 6, 'max_heading_level' => 6,
'normalize' => 'relative', 'normalize' => 'relative',
'placeholder' => null, 'placeholder' => null,