read pyton
This commit is contained in:
parent
a38fd361e9
commit
b825d5c96c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue