Files
Timothée Mazzucotelli 7372e5bb76 fix: support pymdownx blocks in markdown exec (#871)
We use `markdown_exec.markdown_config.save()` to store the user configuration, so that markdown-exec's inner Markdown instances can render contents with the exact same configuration. Before, it would fallback to `md.registeredExtensions`, which isn't reliable.

Signed-off-by: Timothée Mazzucotelli <dev@pawamoy.fr>
2026-08-19 14:36:25 +00:00
..