MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / MarkdownPreviewProps

Interface MarkdownPreviewProps

src/components/MarkdownPreview.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { useMemo } from "react";
4
5interface MarkdownPreviewProps {
6 content: string;
7}
8
9// Simple markdown to HTML converter
10function parseMarkdown(markdown: string): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected