MCPcopy
hub / github.com/21st-dev/1code / chat-markdown-renderer.tsx

File chat-markdown-renderer.tsx

src/renderer/components/chat-markdown-renderer.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { cn } from "../lib/utils"
2import { memo, useState, useCallback, useEffect, useMemo } from "react"
3import { Streamdown, parseMarkdownIntoBlocks } from "streamdown"
4import remarkBreaks from "remark-breaks"

Callers

nothing calls this directly

Calls 5

useCodeThemeFunction · 0.90
cnFunction · 0.90
stripEmojisFunction · 0.85
createCodeComponentFunction · 0.85
parseIntoBlocksFunction · 0.85

Tested by

no test coverage detected