Настройка блоков с кодом
This commit is contained in:
11
mkdocs.yml
11
mkdocs.yml
@@ -8,6 +8,8 @@ theme:
|
||||
- navigation.instant
|
||||
- navigation.tabs
|
||||
|
||||
- content.code.copy
|
||||
|
||||
palette:
|
||||
# Palette toggle for light mode
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
@@ -25,3 +27,12 @@ theme:
|
||||
name: Switch to light mode
|
||||
extra:
|
||||
generator: false
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
line_spans: __span
|
||||
pygments_lang_class: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences
|
||||
Reference in New Issue
Block a user