Przeglądaj źródła

disable marp options

Yuki Takei 3 lat temu
rodzic
commit
b16ad667ac

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