Explorar el Código

disable marp options

Yuki Takei hace 3 años
padre
commit
b16ad667ac
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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' }),
       new Element('div', { class: 'slides' }),
     ],
     ],
     inlineSVG: false,
     inlineSVG: false,
+    emoji: undefined,
+    html: false,
+    math: false,
   });
   });
   const { css } = marp.render('', { htmlAsArray: true });
   const { css } = marp.render('', { htmlAsArray: true });