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) =>