MCPcopy Create free account
hub / github.com/027xiguapi/code-box / parseMarkdown

Function parseMarkdown

component/items/parseMarkdown.tsx:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 let { name } = props
9
10 async function parseMarkdown() {
11 sendToContentScript({
12 name: `${name}-parseMarkdown`
13 })
14 }
15
16 return (
17 <div className="item download" onClick={parseMarkdown}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected