From a70e846b0a14f3065bbf613221fee0e3b09c12ef Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 02 Aug 2023 05:47:16 +0000
Subject: [PATCH] flag to allow ofm replace in html embed

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

diff --git a/content/advanced/making plugins.md b/content/advanced/making plugins.md
index 4e644a7..a73069e 100644
--- a/content/advanced/making plugins.md
+++ b/content/advanced/making plugins.md
@@ -1,3 +1,13 @@
 ---
 title: Making your own plugins
----
\ No newline at end of file
+---
+
+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
+
+## Filters
+
+## Emitters

--
Gitblit v1.10.0