diff --git a/frontend/src/components/markdown/list.tsx b/frontend/src/components/markdown/list.tsx index f29b5f513593..853879a81dbe 100644 --- a/frontend/src/components/markdown/list.tsx +++ b/frontend/src/components/markdown/list.tsx @@ -17,6 +17,11 @@ export function ol({ React.HTMLAttributes & ExtraProps) { return ( -
    {children}
+
    + {children} +
); }