From 3dc5ef84e4b3dbd93df2ec8be4c8806b9ccb2fdf Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 12 Nov 2025 14:32:58 +0100 Subject: [PATCH] zensical:fix - remove BetterEm extension from defaults Signed-off-by: squidfunk --- python/zensical/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/zensical/config.py b/python/zensical/config.py index 9bf1233..984ab85 100644 --- a/python/zensical/config.py +++ b/python/zensical/config.py @@ -379,7 +379,6 @@ def _apply_defaults(config: dict, path: str) -> dict: "md_in_html": {}, "toc": {"permalink": True}, "pymdownx.arithmatex": {"generic": True}, - "pymdownx.betterem": {"smart_enable": "all"}, "pymdownx.caret": {}, "pymdownx.details": {}, "pymdownx.emoji": {