From ccb299d54f68a062e57e96a45e5a5d791e1007d1 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 12 Nov 2025 15:17:34 +0100 Subject: [PATCH] zensical:fix - add BetterEm back with default settings Signed-off-by: squidfunk --- python/zensical/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/zensical/config.py b/python/zensical/config.py index 984ab85..5768743 100644 --- a/python/zensical/config.py +++ b/python/zensical/config.py @@ -379,6 +379,7 @@ def _apply_defaults(config: dict, path: str) -> dict: "md_in_html": {}, "toc": {"permalink": True}, "pymdownx.arithmatex": {"generic": True}, + "pymdownx.betterem": {}, "pymdownx.caret": {}, "pymdownx.details": {}, "pymdownx.emoji": {