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