reiji-h 2 years ago
parent
commit
80b532797d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/presentation/src/components/GrowiSlides.tsx

+ 1 - 1
packages/presentation/src/components/GrowiSlides.tsx

@@ -38,7 +38,7 @@ export const GrowiSlides = (props: Props): JSX.Element => {
     rendererOptions.components.section = presentation ? PresentationRichSlideSection : RichSlideSection;
   }
 
-  const { css } = marpit.render('', { htmlAsArray: true });
+  const { css } = marpit.render('');
   return (
     <>
       <Head>