diff --git a/app/components/Markdown.tsx b/app/components/Markdown.tsx index de0c327..b547ad7 100644 --- a/app/components/Markdown.tsx +++ b/app/components/Markdown.tsx @@ -90,25 +90,25 @@ function getMarkdownComponents() { ), - // Unordered lists with blue round bullets - ul: ({ depth, ...props }: any) => ( + // Unordered lists with consistent nested indentation + ul: ({ ...props }: any) => (