From e10f6da01140f483162fe33cc77b2255b0683ac7 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Fri, 18 Aug 2023 04:08:26 +0000
Subject: [PATCH] format
---
content/features/upcoming features.md | 1 +
quartz/bootstrap-cli.mjs | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/content/features/upcoming features.md b/content/features/upcoming features.md
index 48acf60..a3f44be 100644
--- a/content/features/upcoming features.md
+++ b/content/features/upcoming features.md
@@ -1,6 +1,7 @@
---
draft: true
---
+
## high priority backlog
- block links: https://help.obsidian.md/Linking+notes+and+files/Internal+links#Link+to+a+block+in+a+note
diff --git a/quartz/bootstrap-cli.mjs b/quartz/bootstrap-cli.mjs
index f7c7bee..0285551 100755
--- a/quartz/bootstrap-cli.mjs
+++ b/quartz/bootstrap-cli.mjs
@@ -486,7 +486,7 @@
rebuild(clientRefresh)
})
} else {
- await build(() => { })
+ await build(() => {})
ctx.dispose()
}
})
--
Gitblit v1.10.0