Yuki Takei 3 лет назад
Родитель
Сommit
b16ad667ac
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      packages/presentation/src/components/Sections.tsx

+ 3 - 0
packages/presentation/src/components/Sections.tsx

@@ -27,6 +27,9 @@ export const Sections = (props: SectionsProps): JSX.Element => {
       new Element('div', { class: 'slides' }),
     ],
     inlineSVG: false,
+    emoji: undefined,
+    html: false,
+    math: false,
   });
   const { css } = marp.render('', { htmlAsArray: true });