diff --git a/services/web/frontend/js/features/mathjax/load-mathjax.ts b/services/web/frontend/js/features/mathjax/load-mathjax.ts index 0055f1ce73..4d529f2fa4 100644 --- a/services/web/frontend/js/features/mathjax/load-mathjax.ts +++ b/services/web/frontend/js/features/mathjax/load-mathjax.ts @@ -40,6 +40,7 @@ export const loadMathJax = async (options?: { '[-]': [ 'html', // avoid creating HTML elements/attributes 'require', // prevent loading disabled packages + 'unicode', // Prevent CSS injection https://github.com/mathjax/MathJax/issues/3129 / https://github.com/mathjax/MathJax/issues/3241 ], }, processEscapes: true,