From e10de3febffd3e3b7eaa3aed611aea03153e6a82 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 22 Aug 2023 00:01:18 +0000
Subject: [PATCH] fix: server-handler crash from filename (closes #386)

---
 content/features/popover previews.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/content/features/popover previews.md b/content/features/popover previews.md
index 7bf608e..f882224 100644
--- a/content/features/popover previews.md
+++ b/content/features/popover previews.md
@@ -2,7 +2,7 @@
 title: Popover Previews
 ---
 
-Like Wikipedia, when you hover over a link in Quartz, there is a popup of a page preview that you can scroll to see the entire content.
+Like Wikipedia, when you hover over a link in Quartz, there is a popup of a page preview that you can scroll to see the entire content. Links to headers will also scroll the popup to show that specific header in view.
 
 By default, Quartz only fetches previews for pages inside your vault due to [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS). It does this by selecting all HTML elements with the `popover-hint` class. For most pages, this includes the page title, page metadata like words and time to read, tags, and the actual page content.
 

--
Gitblit v1.10.0