MCPcopy
hub / github.com/AsyncFuncAI/deepwiki-open / MarkdownProps

Interface MarkdownProps

src/components/Markdown.tsx:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import 'katex/dist/katex.min.css';
11
12interface MarkdownProps {
13 content: string;
14}
15
16const Markdown: React.FC<MarkdownProps> = ({ content }) => {
17 // Define markdown components

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected