mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
fix: Add table of contents extension with depth of 3 to markdown configurations
This commit is contained in:
parent
e1c8f6014c
commit
a7d5338b5e
2 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ markdown_extensions:
|
|||
- admonition
|
||||
- tables
|
||||
- pymdownx.details
|
||||
- toc:
|
||||
toc_depth: 3
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
|
|
|
|||
|
|
@ -55,6 +55,8 @@ markdown_extensions:
|
|||
- admonition
|
||||
- tables
|
||||
- pymdownx.details
|
||||
- toc:
|
||||
toc_depth: 3
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
|
|
|
|||
Loading…
Reference in a new issue