исправление версии питона slugify

This commit is contained in:
mirzakaev_tf 2023-10-30 17:23:54 +05:00
parent 7551718c48
commit 816d009b82
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ markdown_extensions:
- toc: - toc:
separator: "_" separator: "_"
permalink: "#" permalink: "#"
slugify: !!python/name:pymdownx.slugs.uslugify slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: "lower", percent_encode: true}}
- attr_list - attr_list
- admonition - admonition
- sane_lists - sane_lists