From c34002176a21b26136bb61320db81302a2c0141e Mon Sep 17 00:00:00 2001 From: Guanzhou Song Date: Fri, 10 Apr 2026 14:24:11 -0400 Subject: [PATCH 1/2] fix page --- app/components/Markdown.tsx | 12 +- app/data/samples.ts | 14 +- app/docs/[section]/[[...slug]]/page.tsx | 32 +- app/lib/packageInstall.ts | 4 +- app/packages/page.tsx | 59 +- app/services/articleService.ts | 931 +++++++++++++++++++++++- 6 files changed, 985 insertions(+), 67 deletions(-) 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) => (