Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/027xiguapi/code-box
/ editMarkdown
Function
editMarkdown
contents/oschina.tsx:86–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
function editMarkdown() {
87
const dom = document.querySelector(
".article-box"
)
88
setContent(dom, articleTitle)
89
}
90
91
function downloadMarkdown() {
92
const html = document.querySelector(
".article-box"
)
Callers
1
PlasmoOverlay
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected