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}