Kaynağa Gözat

disable html math

reiji-h 2 yıl önce
ebeveyn
işleme
0f8eb1e3fc

+ 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;