Attempt to fix note resizing with React keys and Muuri sync
This commit is contained in:
@@ -19,7 +19,7 @@ export function MarkdownContent({ content, className = '' }: MarkdownContentProp
|
||||
rehypePlugins={[rehypeKatex]}
|
||||
components={{
|
||||
a: ({ node, ...props }) => (
|
||||
<a {...props} className="text-blue-500 hover:underline" target="_blank" rel="noopener noreferrer" />
|
||||
<a {...props} className="text-primary hover:underline" target="_blank" rel="noopener noreferrer" />
|
||||
)
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user