optimize decktext algo a bit

This commit is contained in:
Luxferre
2025-12-31 14:00:50 +02:00
parent dca5a85d98
commit bd34cab673
+1
View File
@@ -58,6 +58,7 @@ _render_regex_src = [
('<.+?>', ''),
('&copy;', '(C)'),
('&trade;', '(TM)'),
('&hellip;', '...'),
('&larr;', '<-'),
('&rarr;', '->'),
('&lt;', '<'),