From 65d75b8bdcd7376916aed715d5e73732125589fb Mon Sep 17 00:00:00 2001
From: Olivér Falvai <ofalvai@gmail.com>
Date: Tue, 02 Jan 2024 17:23:28 +0000
Subject: [PATCH] feat: support modification date reading from parent git repo (#661)
---
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