From 041a4ce7bc39c65483eaeeddc97e6946cb49f540 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 24 Jul 2023 07:04:01 +0000
Subject: [PATCH] fix watch-mode batching

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

diff --git a/content/advanced/making plugins.md b/content/advanced/making plugins.md
index bdd9194..661b516 100644
--- a/content/advanced/making plugins.md
+++ b/content/advanced/making plugins.md
@@ -5,6 +5,7 @@
 This part of the documentation will assume you have some basic coding knowledge and will include code snippets that describe the interface of what Quartz plugins should look like.
 
 ## Transformers
+
 ```ts
 export type QuartzTransformerPluginInstance = {
   name: string
@@ -17,4 +18,4 @@
 
 ## Filters
 
-## Emitters
\ No newline at end of file
+## Emitters

--
Gitblit v1.10.0