Updated documentation

This commit is contained in:
squidfunk
2021-10-10 19:22:13 +02:00
parent 43cdb91472
commit a0ff73932f
13 changed files with 222 additions and 238 deletions

View File

@@ -213,7 +213,7 @@ markdown_extensions:
The following configuration options are supported:
`permalink`{ #permalink }
`permalink`{ #toc-permalink }
: :octicons-milestone-24: Default: `false` This option adds an anchor link
containing the paragraph symbol `` or another custom symbol at the end of
@@ -236,7 +236,7 @@ The following configuration options are supported:
permalink: ⚓︎
```
`slugify`{ #slugify }
`slugify`{ #toc-slugify }
: :octicons-milestone-24: Default: `headerid.slugify` This option allows for
customization of the slug function. For some languages, the default may not
@@ -259,7 +259,7 @@ The following configuration options are supported:
slugify: !!python/name:pymdownx.slugs.uslugify_cased
```
`toc_depth`{ #toc_depth }
`toc_depth`{ #toc-depth }
: :octicons-milestone-24: Default: `6` Define the range of levels to be
included in the table of contents. This may be useful for project