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 94b17a0 commit 5203101Copy full SHA for 5203101
api/src/bundler/getPlugins.ts
@@ -24,6 +24,7 @@ function getPlugins(config: OutputConfig) {
24
if (config?.experimentalMath) {
25
//@ts-ignore
26
remarkPlugins.push(remarkMath);
27
+ //@ts-ignore
28
rehypePlugins.push(rehypeKatex);
29
}
30
return { remarkPlugins, rehypePlugins };
packages/server/package.json
@@ -14,6 +14,7 @@
14
},
15
"devDependencies": {
16
"@types/node-fetch": "^2.6.2",
17
+ "@types/pino-std-serializers": "^4.0.0",
18
"esbuild": "^0.14.47",
19
"typescript": "^4.5.4"
20
0 commit comments