feat: Select article list in sight
This commit is contained in:
@ -5,6 +5,7 @@ import rehypeRaw from "rehype-raw";
|
||||
export const ReactMarkdownComponent = ({ value }: { value: string }) => {
|
||||
return (
|
||||
<Box
|
||||
className="prose prose-sm prose-invert"
|
||||
sx={{
|
||||
"& img": {
|
||||
maxWidth: "100%",
|
||||
|
Reference in New Issue
Block a user