mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-02 11:07:15 -05:00
fix(client): add support of MathJax in FSD cert (#60110)
This commit is contained in:
@@ -12,7 +12,8 @@ const superBlocksWithMathJax = [
|
||||
SuperBlocks.JsAlgoDataStruct,
|
||||
SuperBlocks.ProjectEuler,
|
||||
SuperBlocks.RosettaCode,
|
||||
SuperBlocks.SciCompPy
|
||||
SuperBlocks.SciCompPy,
|
||||
SuperBlocks.FullStackDeveloper
|
||||
];
|
||||
|
||||
const configure = () => {
|
||||
|
||||
Reference in New Issue
Block a user