From c1155e64ceedb9f9109637eeef4b7ed5101d307c Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Thu, 17 Aug 2023 21:08:26 -0700 Subject: [PATCH] format --- content/features/upcoming features.md | 1 + quartz/bootstrap-cli.mjs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/features/upcoming features.md b/content/features/upcoming features.md index 48acf605..a3f44be1 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 f7c7bee4..02855514 100755 --- a/quartz/bootstrap-cli.mjs +++ b/quartz/bootstrap-cli.mjs @@ -486,7 +486,7 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started. rebuild(clientRefresh) }) } else { - await build(() => { }) + await build(() => {}) ctx.dispose() } })