From b3480bdc49120010da8d2805df02cbf84ca08bdc Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Fri, 07 Jul 2023 02:18:18 +0000
Subject: [PATCH] fix styling for bullet points
---
quartz/plugins/transformers/index.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/quartz/plugins/transformers/index.ts b/quartz/plugins/transformers/index.ts
index 492a988..b43b9c8 100644
--- a/quartz/plugins/transformers/index.ts
+++ b/quartz/plugins/transformers/index.ts
@@ -3,6 +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