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

Function downloadHtml

contents/pianshen.tsx:90–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 function downloadHtml() {
91 const dom = document.querySelector("#article_content")
92 saveHtml(dom, articleTitle)
93 }
94
95 function parseMarkdown() {
96 const dom = document.querySelector("#article_content")

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

saveHtmlFunction · 0.85

Tested by

no test coverage detected