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

Function downloadHtml

contents/php.tsx:148–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 function downloadHtml() {
149 const dom = document.querySelector(".phpscMain .php-article")
150 saveHtml(dom, articleTitle)
151 }
152
153 function parseMarkdown() {
154 const dom = document.querySelector(".phpscMain .php-article")

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

saveHtmlFunction · 0.85

Tested by

no test coverage detected