diff --git a/app/components/markdown.tsx b/app/components/markdown.tsx index 07ebc2371..0e50d5a80 100644 --- a/app/components/markdown.tsx +++ b/app/components/markdown.tsx @@ -123,7 +123,7 @@ function _MarkDownContent(props: { content: string; imageBase64?: string }) { ); return ( -
+
{props.imageBase64 && } , ) { const mdRef = useRef(null); - + console.log("[fontSize]", props.fontSize); return (