chore: shim for markdown-exec not executing

Signed-off-by: squidfunk <martin.donath@squidfunk.com>
This commit is contained in:
Martin Donath
2026-07-05 17:19:45 +02:00
committed by GitHub
parent a6477371ca
commit b2eaab3bd3
+1
View File
@@ -678,6 +678,7 @@ def _apply_defaults(config: dict, path: str) -> dict:
# Map plugins configuration to Markdown extensions
_shim_autorefs(config)
_shim_markdown_exec(config)
_shim_mkdocstrings(config, path)
_shim_glightbox(config)
_shim_macros(config)