From 0d4e674f3d035f9d3fa8946fc7570b0f31489eb3 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Thu, 4 Dec 2025 20:42:55 +0000 Subject: [PATCH] chore: Add debug log for math block detection --- webclient/src/Article.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webclient/src/Article.js b/webclient/src/Article.js index 8d876c1..8f0ecec 100644 --- a/webclient/src/Article.js +++ b/webclient/src/Article.js @@ -148,6 +148,8 @@ function Article({ cache }) { } } + console.log(v, isMath); + if (isMath) { return {v.textContent}; }