From 4226c1e5fac1d7f627910c6afea36028b20ba5de Mon Sep 17 00:00:00 2001 From: "Vyacheslav.Redlov" Date: Thu, 24 Nov 2022 11:15:47 +0600 Subject: Update documentation in file `toc.md` in `slugify` part. --- docs/extensions/toc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extensions/toc.md b/docs/extensions/toc.md index 8d7bd35..ed1c6bd 100644 --- a/docs/extensions/toc.md +++ b/docs/extensions/toc.md @@ -195,7 +195,7 @@ The following options are provided to configure the output: * **`slugify`**: Callable to generate anchors. - Default: `markdown.extensions.headerid.slugify` + Default: `markdown.extensions.toc.slugify` In order to use a different algorithm to define the id attributes, define and pass in a callable which takes the following two arguments: @@ -206,7 +206,7 @@ The following options are provided to configure the output: The callable must return a string appropriate for use in HTML `id` attributes. An alternate version of the default callable supporting Unicode strings is also - provided as `markdown.extensions.headerid.slugify_unicode`. + provided as `markdown.extensions.toc.slugify_unicode`. * **`separator`**: Word separator. Character which replaces white space in id. Defaults to "`-`". -- cgit v1.2.1