From cbae88fc4e9b98764cfccca2e85f265c4b894573 Mon Sep 17 00:00:00 2001
From: Adam Brangenberg <adambrangenberg@proton.me>
Date: Mon, 31 Jul 2023 04:08:32 +0000
Subject: [PATCH] Removing redundant properties (#356)

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

diff --git a/content/advanced/making plugins.md b/content/advanced/making plugins.md
index bdd9194..a73069e 100644
--- a/content/advanced/making plugins.md
+++ b/content/advanced/making plugins.md
@@ -4,17 +4,10 @@
 
 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.
 
+![[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