From 5631d4e3d69a7d3e77899efcd71b8e4860cfa346 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 30 Aug 2025 15:34:49 -0700 Subject: [PATCH] Minor change after 21d790f87ea21fc1f7f9f938621d805b21564493 --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 7246ca87..c08dffcf 100644 --- a/js/main.js +++ b/js/main.js @@ -261,7 +261,7 @@ function doSyntaxHighlighting() { }); // Only render math in visible elements - const mathContainers = messageBody.querySelectorAll("p, div, span, li, td, th, h1, h2, h3, h4, h5, h6, blockquote, figcaption, caption, dd, dt"); + const mathContainers = messageBody.querySelectorAll("p, span, li, td, th, h1, h2, h3, h4, h5, h6, blockquote, figcaption, caption, dd, dt"); mathContainers.forEach(container => { if (isElementVisibleOnScreen(container)) { renderMathInElement(container, {