From 7454a42f80da17a6b005d0e10579d161c86fa41d Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 19 Dec 2025 18:40:36 +0000 Subject: [PATCH] fix: li indentation --- src/components/EntryBody.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/EntryBody.tsx b/src/components/EntryBody.tsx index 441e117..cd66dbd 100644 --- a/src/components/EntryBody.tsx +++ b/src/components/EntryBody.tsx @@ -74,9 +74,7 @@ export default function EntryBody({ body, isLoading }) {
    {children}
), li: ({ children }) => ( -
  • - {highlighter(children, highlight)} -
  • +
  • {highlighter(children, highlight)}
  • ), table: ({ children }) => ( {children}