2 Commits

Author SHA1 Message Date
7973ebbf9d fix(mathjax): move MathJax initialization to global scope
Updated MathJax initialization to be accessible globally by assigning it to the window object. This change ensures that MathJax is properly loaded and available for use across the application.

Additionally, added 'defer' attribute to script tags for correct loading order.
2025-06-05 16:06:08 +08:00
071214d1f3 add mathjax 2025-04-27 11:35:06 +08:00