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

Function downloadMarkdown

contents/php.tsx:142–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 }
141
142 function downloadMarkdown() {
143 const html = document.querySelector(".phpscMain .php-article")
144 const markdown = turndownService.turndown(html)
145 saveMarkdown(markdown, articleTitle)
146 }
147
148 function downloadHtml() {
149 const dom = document.querySelector(".phpscMain .php-article")

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

saveMarkdownFunction · 0.85

Tested by

no test coverage detected