mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Update slug reference
This commit is contained in:
parent
29f00a5bb8
commit
ee1e675da6
@ -258,7 +258,7 @@ The following configuration options are supported:
|
|||||||
``` yaml
|
``` yaml
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- toc:
|
- toc:
|
||||||
slugify: !!python/name:pymdownx.slugs.uslugify
|
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "Unicode, case-sensitive"
|
=== "Unicode, case-sensitive"
|
||||||
@ -266,7 +266,7 @@ The following configuration options are supported:
|
|||||||
``` yaml
|
``` yaml
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- toc:
|
- toc:
|
||||||
slugify: !!python/name:pymdownx.slugs.uslugify_cased
|
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
||||||
```
|
```
|
||||||
|
|
||||||
[`toc_depth`](#+toc.toc_depth){ #+toc.toc_depth }
|
[`toc_depth`](#+toc.toc_depth){ #+toc.toc_depth }
|
||||||
|
Loading…
Reference in New Issue
Block a user