From a71e17919bf47643cb7af15e85f073032209a342 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 10 Mar 2025 20:57:05 +0000
Subject: [PATCH] chore(deps): bump the production-dependencies group with 5 updates

---
 docs/advanced/making plugins.md |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/docs/advanced/making plugins.md b/docs/advanced/making plugins.md
index 015e195..8ed533f 100644
--- a/docs/advanced/making plugins.md
+++ b/docs/advanced/making plugins.md
@@ -37,7 +37,7 @@
 ```ts
 export type QuartzTransformerPluginInstance = {
   name: string
-  textTransform?: (ctx: BuildCtx, src: string | Buffer) => string | Buffer
+  textTransform?: (ctx: BuildCtx, src: string) => string
   markdownPlugins?: (ctx: BuildCtx) => PluggableList
   htmlPlugins?: (ctx: BuildCtx) => PluggableList
   externalResources?: (ctx: BuildCtx) => Partial<StaticResources>
@@ -99,8 +99,6 @@
             },
           ],
         }
-      } else {
-        return {}
       }
     },
   }

--
Gitblit v1.10.0