Настройка блоков с кодом
This commit is contained in:
13
mkdocs.yml
13
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)"
|
||||
@@ -24,4 +26,13 @@ theme:
|
||||
icon: material/brightness-4
|
||||
name: Switch to light mode
|
||||
extra:
|
||||
generator: false
|
||||
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