add the md_in_html extension, for a reason I don't remember

This commit is contained in:
Brian S. Stephan 2025-10-31 14:43:00 -05:00
parent e2eb86ce03
commit 6684cfce19
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -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": {