MCPcopy Create free account
hub / github.com/codeaashu/claude-code / Pre

Function Pre

web/components/adapted/Markdown.tsx:47–53  ·  view source on GitHub ↗
({ children }: PreProps)

Source from the content-addressed store, hash-verified

45}
46
47function Pre({ children }: PreProps) {
48 return (
49 <pre className="overflow-x-auto rounded-md bg-surface-900 border border-surface-700 p-3 my-2 text-xs font-mono leading-relaxed">
50 {children}
51 </pre>
52 );
53}
54
55// ─── Component ────────────────────────────────────────────────────────────────
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected