From 61b6d05b687225c10a3f26ea5b5706bc8bca3413 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 21 Jun 2026 20:24:47 +0200 Subject: [PATCH] fix: preserve `small` tags in generated search index Signed-off-by: squidfunk --- python/zensical/extensions/search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/zensical/extensions/search.py b/python/zensical/extensions/search.py index 6f40f4c..0c007e2 100644 --- a/python/zensical/extensions/search.py +++ b/python/zensical/extensions/search.py @@ -378,6 +378,7 @@ keep = { "li", "ol", "ul", + "small", "sub", "sup", }