Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/027xiguapi/code-box
/ downloadHtml
Function
downloadHtml
contents/segmentfault.tsx:100–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
function downloadHtml() {
101
const dom = document.querySelector(
".container"
)
102
saveHtml(dom, articleTitle)
103
}
104
105
function parseMarkdown() {
106
const dom = document.querySelector(
".container"
)
Callers
1
PlasmoOverlay
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected