From da95b4ec997cf072bb7071e7dd7ae5331f3b22a9 Mon Sep 17 00:00:00 2001 From: Amirhossein Khalili Date: Thu, 11 Jun 2026 21:22:10 +0330 Subject: [PATCH] fix(markdown): align article headings --- src/components/Markdown.tsx | 8 ++++---- src/index.css | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/Markdown.tsx b/src/components/Markdown.tsx index 9481bb5..a920573 100644 --- a/src/components/Markdown.tsx +++ b/src/components/Markdown.tsx @@ -127,10 +127,10 @@ export default function Markdown({ remarkPlugins={[remarkGfm]} rehypePlugins={rehypePlugins} components={{ - h1: (p) =>

, - h2: (p) =>

, - h3: (p) =>

, - h4: (p) =>

, + h1: (p) =>

, + h2: (p) =>

, + h3: (p) =>

, + h4: (p) =>

, p: (p) =>

, a: (p) => , ul: (p) =>