fix(docs): add guess_lang: false to pymdownx.highlight

Fixes NoneType error when code fences have no language specified.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-26 21:24:46 +02:00
parent 9a6c297cd6
commit 2e0f13b22c

View File

@@ -45,6 +45,7 @@ markdown_extensions:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
guess_lang: false
- pymdownx.inlinehilite
- pymdownx.snippets
- tables