From 6684cfce19286521f5c9ee280110de7020401169 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 31 Oct 2025 14:43:00 -0500 Subject: [PATCH] add the md_in_html extension, for a reason I don't remember --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 3e4e7ba..26d2480 100644 --- a/config.json +++ b/config.json @@ -16,7 +16,7 @@ }, "MARKDOWN_EXTENSIONS": [ "extra", "incorporealcms.mdx.figures", "incorporealcms.mdx.pydot", - "sane_lists", "smarty", "toc", "attr_list", "tables", "pymdownx.tilde" + "sane_lists", "smarty", "toc", "attr_list", "tables", "pymdownx.tilde", "md_in_html" ], "MARKDOWN_EXTENSION_CONFIGS": { "extra": {