File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ The following options are provided to configure the output:
195
195
* ** ` slugify ` ** :
196
196
Callable to generate anchors.
197
197
198
- Default: ` markdown.extensions.headerid .slugify `
198
+ Default: ` markdown.extensions.toc .slugify `
199
199
200
200
In order to use a different algorithm to define the id attributes, define and
201
201
pass in a callable which takes the following two arguments:
@@ -206,7 +206,7 @@ The following options are provided to configure the output:
206
206
The callable must return a string appropriate for use in HTML ` id ` attributes.
207
207
208
208
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 ` .
210
210
211
211
* ** ` separator ` ** :
212
212
Word separator. Character which replaces white space in id. Defaults to "` - ` ".
You can’t perform that action at this time.
0 commit comments