We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc1a5f commit 61664e2Copy full SHA for 61664e2
apps/developer-hub/source.config.ts
@@ -48,6 +48,6 @@ export default defineConfig({
48
},
49
50
remarkPlugins: [remarkMath],
51
- rehypePlugins: [rehypeKatex, rehypeCode],
+ rehypePlugins: (v) => [rehypeKatex, rehypeCode, ...v],
52
53
});
0 commit comments