nidhi-singh02 2 месяцев назад
Родитель
Сommit
61664e2188
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/developer-hub/source.config.ts

+ 1 - 1
apps/developer-hub/source.config.ts

@@ -48,6 +48,6 @@ export default defineConfig({
       },
     },
     remarkPlugins: [remarkMath],
-    rehypePlugins: [rehypeKatex, rehypeCode],
+    rehypePlugins: (v) => [rehypeKatex, rehypeCode, ...v],
   },
 });