fix: Add table of contents extension with depth of 3 to markdown configurations

This commit is contained in:
TheophileDiot 2026-01-27 18:07:10 +01:00
parent e1c8f6014c
commit a7d5338b5e
No known key found for this signature in database
GPG key ID: 7C44E4D7742628F8
2 changed files with 4 additions and 0 deletions

View file

@ -51,6 +51,8 @@ markdown_extensions:
- admonition
- tables
- pymdownx.details
- toc:
toc_depth: 3
- pymdownx.superfences:
custom_fences:
- name: mermaid

View file

@ -55,6 +55,8 @@ markdown_extensions:
- admonition
- tables
- pymdownx.details
- toc:
toc_depth: 3
- pymdownx.superfences:
custom_fences:
- name: mermaid