diff --git a/src/components/Common/MarkdownRender.tsx b/src/components/Common/MarkdownRender.tsx index d2de54d..6406573 100644 --- a/src/components/Common/MarkdownRender.tsx +++ b/src/components/Common/MarkdownRender.tsx @@ -56,14 +56,15 @@ const Code = ({ className, children, ...props }) => { const LinkPreview = ({ href }) => { console.log(String(href)) - if (href?.startsWith(' - -
- - - - + try { + if (href?.startsWith(' + +
+ + + } + } catch (error) { } // const [previewData, setPreviewData] = useState(null); const store = RootStore.Local(() => ({