Update minimum header for show in TOC
This commit is contained in:
parent
7363e246d2
commit
4b0bd31fbf
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue