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

Function parseMarkdown

contents/weixin.tsx:355–359  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

353 }
354
355 async function parseMarkdown() {
356 const html = document.querySelector("#img-content")
357 const markdown = turndownService.turndown(html)
358 await saveMarkdownWithLocalImages(markdown, articleTitle)
359 }
360
361 function onClose() {
362 setIsShow(false)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected