Add code markup features

This commit is contained in:
Trigus42 2024-10-12 02:16:32 +02:00
parent e20e9ce7c8
commit 5163cf1988

View File

@ -29,6 +29,14 @@ theme:
- content.code.copy
- content.code.select
- content.code.annotate
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
pygments_lang_class: true
line_spans: __span
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.smartsymbols
extra_css:
- stylesheets/extra.css
plugins: