fix(client): add support of MathJax in FSD cert (#60110)

This commit is contained in:
Jessica Wilkins
2025-05-02 01:15:27 -07:00
committed by GitHub
parent f409d5b387
commit e4126be18b

View File

@@ -12,7 +12,8 @@ const superBlocksWithMathJax = [
SuperBlocks.JsAlgoDataStruct,
SuperBlocks.ProjectEuler,
SuperBlocks.RosettaCode,
SuperBlocks.SciCompPy
SuperBlocks.SciCompPy,
SuperBlocks.FullStackDeveloper
];
const configure = () => {