From 906f91f8eed5e91a7afae95c7002a3e4553d6aae Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 13 Jul 2023 07:19:35 +0000
Subject: [PATCH] base path refactor, more docs
---
content/configuration.md | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/content/configuration.md b/content/configuration.md
index 67dc41b..f8f3a70 100644
--- a/content/configuration.md
+++ b/content/configuration.md
@@ -45,6 +45,8 @@
## Plugins
You can think of Quartz plugins as a series of transformations over content.
+![[quartz-transform-pipeline.png]]
+
```ts
plugins: {
transformers: [...],
@@ -72,6 +74,6 @@
```
### Layout
-Certain emitters may also output [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) files.
+Certain emitters may also output [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) files. To make sure that
### Components
--
Gitblit v1.10.0