mirror of
https://github.com/zensical/zensical.git
synced 2026-08-22 23:26:30 +00:00
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>