From 20eae7040bc451b51bfc5da5e8adc56402761dfd Mon Sep 17 00:00:00 2001 From: akhilandeshwari2006 Date: Tue, 24 Mar 2026 11:29:49 +0530 Subject: [PATCH] fix: remove invalid MathJax linebreaks config causing console warning --- WebAPP/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/WebAPP/index.html b/WebAPP/index.html index 476ad51e..f2538133 100644 --- a/WebAPP/index.html +++ b/WebAPP/index.html @@ -48,8 +48,7 @@ inlineMath: [['\\(','\\)']], displayMath: [['$$','$$']], processEscapes: true, - processEnvironments: true, - linebreaks: { automatic: true } // dozvoli automatske prijelome + processEnvironments: true, } };