feat: cards
This commit is contained in:
11
src/element/markdown.tsx
Normal file
11
src/element/markdown.tsx
Normal file
@ -0,0 +1,11 @@
|
||||
import "./markdown.css";
|
||||
|
||||
import ReactMarkdown from "react-markdown";
|
||||
|
||||
export function Markdown({ children }) {
|
||||
return (
|
||||
<div className="markdown">
|
||||
<ReactMarkdown children={children} />
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user