فهرست منبع

disable html math

reiji-h 2 سال پیش
والد
کامیت
0f8eb1e3fc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;