From d57e27cb1a114b1e80ba2c46aeaaeb6a45544335 Mon Sep 17 00:00:00 2001 From: YuYu1015 Date: Fri, 13 Dec 2024 12:34:44 +0800 Subject: [PATCH] fix: markdown --- src/components/BlogContent.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/BlogContent.tsx b/src/components/BlogContent.tsx index 13fde62..bf8cc3f 100644 --- a/src/components/BlogContent.tsx +++ b/src/components/BlogContent.tsx @@ -49,7 +49,7 @@ export function BlogContent({ h1: ({ node, children }) => (

{children}

@@ -57,7 +57,7 @@ export function BlogContent({ h2: ({ node, children }) => (

{children}

@@ -65,7 +65,7 @@ export function BlogContent({ h3: ({ node, children }) => (

{children}