dependabot[bot]
2024-10-02 9cd072bfc336f3eeb453c279dc3953e2a7e3d9fd
quartz/plugins/transformers/latex.ts
@@ -12,7 +12,7 @@
  [key: string]: string
}
export const Latex: QuartzTransformerPlugin<Options> = (opts?: Options) => {
export const Latex: QuartzTransformerPlugin<Partial<Options>> = (opts) => {
  const engine = opts?.renderEngine ?? "katex"
  const macros = opts?.customMacros ?? {}
  return {