From f7bf4038dc7fcf3adc09697797da1c68c932eadc Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 06 Jul 2023 23:56:30 +0000
Subject: [PATCH] fix path parsing
---
quartz/plugins/transformers/index.ts | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/quartz/plugins/transformers/index.ts b/quartz/plugins/transformers/index.ts
index fb3fcf4..b43b9c8 100644
--- a/quartz/plugins/transformers/index.ts
+++ b/quartz/plugins/transformers/index.ts
@@ -3,5 +3,7 @@
export { CreatedModifiedDate } from './lastmod'
export { Katex } from './latex'
export { Description } from './description'
-export { ResolveLinks } from './links'
+export { CrawlLinks } from './links'
export { ObsidianFlavoredMarkdown } from './ofm'
+export { SyntaxHighlighting } from './syntax'
+export { TableOfContents } from './toc'
--
Gitblit v1.10.0