diff --git a/frontend/src/components/ui/markdown-renderer.tsx b/frontend/src/components/ui/markdown-renderer.tsx index 0045494b..83784894 100644 --- a/frontend/src/components/ui/markdown-renderer.tsx +++ b/frontend/src/components/ui/markdown-renderer.tsx @@ -138,42 +138,54 @@ function MarkdownRenderer({ }, p: { component: ({ children, ...props }: any) => ( -

+

{children}

), }, h1: { component: ({ children, ...props }: any) => ( -

+

{children}

), }, h2: { component: ({ children, ...props }: any) => ( -

+

{children}

), }, h3: { component: ({ children, ...props }: any) => ( -

+

{children}

), }, ul: { component: ({ children, ...props }: any) => ( -