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 | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/quartz/components/index.ts b/quartz/components/index.ts
index 9813238..61df101 100644
--- a/quartz/components/index.ts
+++ b/quartz/components/index.ts
@@ -8,6 +8,8 @@
import TableOfContents from "./TableOfContents"
import TagList from "./TagList"
import Graph from "./Graph"
+import Backlinks from "./Backlinks"
+import Search from "./Search"
export {
ArticleTitle,
@@ -19,5 +21,7 @@
Spacer,
TableOfContents,
TagList,
- Graph
+ Graph,
+ Backlinks,
+ Search
}
--
Gitblit v1.10.0