Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/027xiguapi/code-box
/ editMarkdown
Function
editMarkdown
contents/medium.tsx:148–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
}
147
148
function editMarkdown() {
149
const dom = document.querySelector(
"article"
)
150
setContent(dom, articleTitle)
151
}
152
153
function downloadMarkdown() {
154
const html = document.querySelector(
"article"
)
Callers
1
PlasmoOverlay
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected