read pyton

This commit is contained in:
mirzakaev_tf 2023-11-03 09:53:40 +05:00
parent a38fd361e9
commit b825d5c96c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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