From 429f331c212d598b0d7ff44f20f75cf007bcf32b Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 03 Aug 2023 03:53:13 +0000
Subject: [PATCH] make ci also run on windows, re-add css minification

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

diff --git a/content/advanced/making plugins.md b/content/advanced/making plugins.md
index 661b516..a73069e 100644
--- a/content/advanced/making plugins.md
+++ b/content/advanced/making plugins.md
@@ -4,17 +4,9 @@
 
 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
+![[quartz-transform-pipeline.png]]
 
-```ts
-export type QuartzTransformerPluginInstance = {
-  name: string
-  textTransform?: (src: string | Buffer) => string | Buffer
-  markdownPlugins?: () => PluggableList
-  htmlPlugins?: () => PluggableList
-  externalResources?: () => Partial<StaticResources>
-}
-```
+## Transformers
 
 ## Filters
 

--
Gitblit v1.10.0