Pi66

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

← back to log

refactor: remove pymdownx.magiclink extension

author: pi66
date: 2026-06-27 12:05
hash: 3cbc1e9d2bc1658d64713c5ee94849441464ba76

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 6dc50f7..9a0d348 100644
--- a/src/build.py
+++ b/src/build.py
@@ -90,7 +90,6 @@ def compile_md_to_html(md_file:str, html_dest:str, tree_config=None, extras_conf
             "pymdownx.tilde",
             "pymdownx.mark",
             "pymdownx.betterem",
-            "pymdownx.magiclink",
             "pymdownx.keys",
             "pymdownx.details",
             "pymdownx.tabbed",