Explorar el Código

disable html math

reiji-h hace 2 años
padre
commit
0f8eb1e3fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/presentation/src/services/growi-marpit.ts

+ 1 - 1
packages/presentation/src/services/growi-marpit.ts

@@ -45,7 +45,7 @@ const marpitOption: MarpOptions = {
   inlineSVG: true,
   emoji: undefined,
   html: false,
-  math: 'katex',
+  math: false,
 };
 
 const slideMarpitOption = marpitOption;