From aa2fd5904ea4ed3c70ee17551dc7428302d6e3b3 Mon Sep 17 00:00:00 2001 From: abysse-code Date: Tue, 24 Feb 2026 14:12:08 -0500 Subject: [PATCH] fix: add no-refererer to img rendered by markdown (#2833) --- app/components/Markdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Markdown.tsx b/app/components/Markdown.tsx index 52911ae7c..512a16534 100644 --- a/app/components/Markdown.tsx +++ b/app/components/Markdown.tsx @@ -30,7 +30,7 @@ export function Markdown({ children }: { children: string }) { children?: React.ReactNode; }) => ( // biome-ignore lint/a11y/useAltText: parsed markdown, so we can't guarantee alt text is present - + ), }, },