From c1c46ad67e58884389fb59c17d81845fe0fbcad0 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 01 Jun 2023 16:33:20 +0000
Subject: [PATCH] obsidian flavored markdown support

---
 quartz/bootstrap.mjs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/quartz/bootstrap.mjs b/quartz/bootstrap.mjs
index a8c9bca..1fa4538 100755
--- a/quartz/bootstrap.mjs
+++ b/quartz/bootstrap.mjs
@@ -53,8 +53,6 @@
     const out = await esbuild.build({
       entryPoints: [fp],
       write: false,
-      minifySyntax: true,
-      minifyWhitespace: true,
       bundle: true,
       keepNames: true,
       platform: "node",

--
Gitblit v1.10.0