From 8d3360880830fd2aaed986a8816961e5110c7b3b Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 10 Mar 2025 07:08:06 +0000
Subject: [PATCH] fix(popovers): clear id to avoid anchor jumps within popover
---
quartz/plugins/transformers/index.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/quartz/plugins/transformers/index.ts b/quartz/plugins/transformers/index.ts
index 7908c86..8e2cd84 100644
--- a/quartz/plugins/transformers/index.ts
+++ b/quartz/plugins/transformers/index.ts
@@ -10,3 +10,4 @@
export { SyntaxHighlighting } from "./syntax"
export { TableOfContents } from "./toc"
export { HardLineBreaks } from "./linebreaks"
+export { RoamFlavoredMarkdown } from "./roam"
--
Gitblit v1.10.0