Pi66

merodi
A markdown-based static site generator.
git clone https://git.pi66.xyz/merodi

← back to log

feat: add support for `md_to_html` extension

author: pi66
date: 2026-06-27 01:03
hash: 35adde83d11a8ceb94e7d0feef897f96156c1c0b

Diffstat:

M

src/build.py
1 ++++++++++++++++++++++++++++++
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/src/build.py b/src/build.py
index ee1c8db..32f2f71 100644
--- a/src/build.py
+++ b/src/build.py
@@ -70,6 +70,7 @@ def compile_md_to_html(md_file:str, html_dest:str, config =None):
         md_content,
 extensions = [
     "extra",
+    "md_in_html",
     "pymdownx.highlight",
     "pymdownx.inlinehilite",
     "pymdownx.superfences",