From ebf3263b7efacc9ac499f3f1f1bbc91451899ae0 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 09 Aug 2023 16:10:40 +0000
Subject: [PATCH] update npx quartz update script

---
 content/advanced/making plugins.md |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/content/advanced/making plugins.md b/content/advanced/making plugins.md
index bdd9194..d2db67e 100644
--- a/content/advanced/making plugins.md
+++ b/content/advanced/making plugins.md
@@ -2,19 +2,12 @@
 title: Making your own plugins
 ---
 
-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.
+This part of the documentation will assume you have some basic coding knowledge in TypeScript and will include code snippets that describe the interface of what Quartz plugins should look like.
+
+![[quartz-transform-pipeline.png]]
 
 ## Transformers
-```ts
-export type QuartzTransformerPluginInstance = {
-  name: string
-  textTransform?: (src: string | Buffer) => string | Buffer
-  markdownPlugins?: () => PluggableList
-  htmlPlugins?: () => PluggableList
-  externalResources?: () => Partial<StaticResources>
-}
-```
 
 ## Filters
 
-## Emitters
\ No newline at end of file
+## Emitters

--
Gitblit v1.10.0