Browse Source

disable marp options

Yuki Takei 3 years ago
parent
commit
b16ad667ac
1 changed files with 3 additions and 0 deletions
  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 });