From 24348b24a94c5f9ca285642b751e6798b92eedd9 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 20 Jun 2023 05:50:25 +0000
Subject: [PATCH] fix: parsing wikilinks that have codeblock anchors, scroll to anchor

---
 quartz/components/index.ts |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/quartz/components/index.ts b/quartz/components/index.ts
index 72350fe..61df101 100644
--- a/quartz/components/index.ts
+++ b/quartz/components/index.ts
@@ -7,6 +7,9 @@
 import Spacer from "./Spacer"
 import TableOfContents from "./TableOfContents"
 import TagList from "./TagList"
+import Graph from "./Graph" 
+import Backlinks from "./Backlinks"
+import Search from "./Search"
 
 export {
   ArticleTitle,
@@ -17,5 +20,8 @@
   ReadingTime,
   Spacer,
   TableOfContents,
-  TagList
+  TagList,
+  Graph,
+  Backlinks,
+  Search
 } 

--
Gitblit v1.10.0