From e4126be18ba5ffa0b91d44deec5d4514dfd8b6cb Mon Sep 17 00:00:00 2001 From: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> Date: Fri, 2 May 2025 01:15:27 -0700 Subject: [PATCH] fix(client): add support of MathJax in FSD cert (#60110) --- client/src/utils/math-jax.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/utils/math-jax.ts b/client/src/utils/math-jax.ts index b537b017b4d..da838145d05 100644 --- a/client/src/utils/math-jax.ts +++ b/client/src/utils/math-jax.ts @@ -12,7 +12,8 @@ const superBlocksWithMathJax = [ SuperBlocks.JsAlgoDataStruct, SuperBlocks.ProjectEuler, SuperBlocks.RosettaCode, - SuperBlocks.SciCompPy + SuperBlocks.SciCompPy, + SuperBlocks.FullStackDeveloper ]; const configure = () => {