Skip to content

Commit 4226c1e

Browse files
Vyacheslav.Redlovwaylan
authored andcommitted
Update documentation in file toc.md in slugify part.
1 parent 939a2fe commit 4226c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extensions/toc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The following options are provided to configure the output:
195195
* **`slugify`**:
196196
Callable to generate anchors.
197197

198-
Default: `markdown.extensions.headerid.slugify`
198+
Default: `markdown.extensions.toc.slugify`
199199

200200
In order to use a different algorithm to define the id attributes, define and
201201
pass in a callable which takes the following two arguments:
@@ -206,7 +206,7 @@ The following options are provided to configure the output:
206206
The callable must return a string appropriate for use in HTML `id` attributes.
207207

208208
An alternate version of the default callable supporting Unicode strings is also
209-
provided as `markdown.extensions.headerid.slugify_unicode`.
209+
provided as `markdown.extensions.toc.slugify_unicode`.
210210

211211
* **`separator`**:
212212
Word separator. Character which replaces white space in id. Defaults to "`-`".

0 commit comments

Comments
 (0)