Skip to content

Commit af8a402

Browse files
authored
Merge pull request #48 from zensical/fix/slugify-with-kwargs
zensical:fix - Fix key name for configuring custom slugify function
2 parents 018a586 + 95e67e9 commit af8a402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/setup/extensions/python-markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Python Markdown Extensions][Slugs]:
312312

313313
``` toml
314314
[project.markdown_extensions.toc.slugify]
315-
function = "pymdownx.slugs.slugify"
315+
object = "pymdownx.slugs.slugify"
316316
kwds = { case = "lower" }
317317
```
318318

0 commit comments

Comments
 (0)