dependabot[bot]
2024-08-19 e47c29d2fd4eae06c511c914e2a5fcb057b44d7b
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 {