From d8d9dd22c9e81f344f3ab56f7262d804c2720fcd Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 07 Aug 2023 03:52:17 +0000
Subject: [PATCH] fix shortest path for non-md files, mobile fix

---
 content/build.md |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/content/build.md b/content/build.md
index cce9b22..1c7b00e 100644
--- a/content/build.md
+++ b/content/build.md
@@ -16,10 +16,11 @@
 
 > [!hint] Flags and options
 > For full help options, you can run `npx quartz build --help`.
-> 
+>
 > Most of these have sensible defaults but you can override them if you have a custom setup:
+>
 > - `-d` or `--directory`: the content folder. This is normally just `content`
 > - `-v` or `--verbose`: print out extra logging information
 > - `-o` or `--output`: the output folder. This is normally just `public`
 > - `--serve`: run a local hot-reloading server to preview your Quartz
-> - `--port`: what port to run the local preview server on
\ No newline at end of file
+> - `--port`: what port to run the local preview server on

--
Gitblit v1.10.0