Настройка блоков с кодом

This commit is contained in:
2025-01-11 19:32:26 +03:00
parent 770ea1f496
commit fba1962578

View File

@@ -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