From 52e6c037309a752741f79264afb3e83cd75feabc Mon Sep 17 00:00:00 2001
From: ikorihn <16367098+ikorihn@users.noreply.github.com>
Date: Sat, 13 Jan 2024 17:08:21 +0000
Subject: [PATCH] fix: broken RSS item's link, which were set to `https:/${base}`. (#687)
---
quartz/plugins/transformers/gfm.ts | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/quartz/plugins/transformers/gfm.ts b/quartz/plugins/transformers/gfm.ts
index 62624aa..40c2205 100644
--- a/quartz/plugins/transformers/gfm.ts
+++ b/quartz/plugins/transformers/gfm.ts
@@ -31,6 +31,11 @@
rehypeAutolinkHeadings,
{
behavior: "append",
+ properties: {
+ ariaHidden: true,
+ tabIndex: -1,
+ "data-no-popover": true,
+ },
content: {
type: "text",
value: " ยง",
--
Gitblit v1.10.0