From f1c9ca495e450ecb62dade70c4b60d86e106f79c Mon Sep 17 00:00:00 2001
From: vintro <77507980+vintrocode@users.noreply.github.com>
Date: Mon, 14 Aug 2023 00:19:50 +0000
Subject: [PATCH] docs: note about existing content at same path on different branches

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

diff --git a/content/features/popover previews.md b/content/features/popover previews.md
index 5eb69a4..f882224 100644
--- a/content/features/popover previews.md
+++ b/content/features/popover previews.md
@@ -2,13 +2,14 @@
 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.
 
 When [[creating components|creating your own components]], you can include this `popover-hint` class to also include it in the popover.
 
 ## Configuration
+
 - Remove popovers: set the `enablePopovers` field in `quartz.config.ts` to be `false`.
 - Style: `quartz/components/styles/popover.scss`
-- Script: `quartz/components/scripts/popover.inline.ts`
\ No newline at end of file
+- Script: `quartz/components/scripts/popover.inline.ts`

--
Gitblit v1.10.0