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

Function downloadMarkdown

contents/segmentfault.tsx:94–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 function downloadMarkdown() {
95 const html = document.querySelector(".container")
96 const markdown = turndownService.turndown(html)
97 saveMarkdown(markdown, articleTitle)
98 }
99
100 function downloadHtml() {
101 const dom = document.querySelector(".container")

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

saveMarkdownFunction · 0.85

Tested by

no test coverage detected